Skip to content

Commit

Permalink
Disable plugins. Workaround for pytest-dev/pytest#8332.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 11, 2021
1 parent 41f356b commit ec1e62b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pyproject.toml
Expand Up @@ -7,14 +7,15 @@ skip-string-normalization = true

[tool.setuptools_scm]

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

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

[pytest.enabler.flake8]
addopts = "--flake8"
# Disable plugins as workaround for pytest-dev/pytest#8332
#[pytest.enabler.black]
#addopts = "--black"
#
#[pytest.enabler.mypy]
#addopts = "--mypy"
#
#[pytest.enabler.flake8]
#addopts = "--flake8"

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

0 comments on commit ec1e62b

Please sign in to comment.