We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c491ef commit ae39849Copy full SHA for ae39849
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