We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 378895e + 86efb88 commit 50031c8Copy full SHA for 50031c8
setup.cfg
@@ -45,7 +45,8 @@ testing =
45
pytest-checkdocs >= 2.4
46
pytest-flake8
47
# python_implementation: workaround for jaraco/skeleton#22
48
- pytest-black >= 0.3.7; python_implementation != "PyPy"
+ # python_version: workaround for python/typed_ast#156
49
+ pytest-black >= 0.3.7; python_implementation != "PyPy" and python_version < "3.10"
50
pytest-cov
51
52
# python_version: workaround for python/typed_ast#156
0 commit comments