Skip to content

Commit

Permalink
Disable plugin tests. Workaround for pytest-dev/pytest#8332.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 6, 2021
1 parent ecfc424 commit 5ba2735
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Expand Up @@ -8,13 +8,16 @@ skip-string-normalization = true
[tool.setuptools_scm]

[pytest.enabler.black]
addopts = "--black"
# disabled for pytest-dev/pytest#8332
# addopts = "--black"

[pytest.enabler.mypy]
addopts = "--mypy"
# disabled for pytest-dev/pytest#8332
# addopts = "--mypy"

[pytest.enabler.flake8]
addopts = "--flake8"
# disabled for pytest-dev/pytest#8332
# addopts = "--flake8"

[pytest.enabler.cov]
addopts = "--cov"

0 comments on commit 5ba2735

Please sign in to comment.