We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bdab57 commit 14312a5Copy full SHA for 14312a5
setup.cfg
@@ -38,7 +38,8 @@ testing =
38
pytest-black >= 0.3.7; python_implementation != "PyPy"
39
pytest-cov
40
# python_implementation: workaround for jaraco/skeleton#22
41
- pytest-mypy; python_implementation != "PyPy"
+ # python_version: workaround for python/typed_ast#156
42
+ pytest-mypy; python_implementation != "PyPy" and python_version < "3.10"
43
pytest-enabler
44
45
# local
0 commit comments