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.
1 parent af54451 commit 86efb88Copy full SHA for 86efb88
setup.cfg
@@ -35,7 +35,8 @@ testing =
35
pytest-checkdocs >= 2.4
36
pytest-flake8
37
# python_implementation: workaround for jaraco/skeleton#22
38
- pytest-black >= 0.3.7; python_implementation != "PyPy"
+ # python_version: workaround for python/typed_ast#156
39
+ pytest-black >= 0.3.7; python_implementation != "PyPy" and python_version < "3.10"
40
pytest-cov
41
42
# python_version: workaround for python/typed_ast#156
0 commit comments