Skip to content

Commit

Permalink
Disable mypy tests. Workaround for pytest-dev/pytest#8332.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 20, 2021
1 parent 6e75c18 commit aeb0eca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Expand Up @@ -10,8 +10,9 @@ skip-string-normalization = true
[pytest.enabler.black]
addopts = "--black"

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

[pytest.enabler.flake8]
addopts = "--flake8"
Expand Down

0 comments on commit aeb0eca

Please sign in to comment.