We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14787e6 commit 212e995Copy full SHA for 212e995
setup.cfg
@@ -32,12 +32,10 @@ testing =
32
pytest-checkdocs >= 2.4
33
pytest-flake8
34
# python_implementation: workaround for jaraco/skeleton#22
35
- # python_version: workaround for python/typed_ast#156
36
- pytest-black >= 0.3.7; python_implementation != "PyPy" and python_version < "3.10"
+ pytest-black >= 0.3.7; python_implementation != "PyPy"
37
pytest-cov
38
39
40
- pytest-mypy; python_implementation != "PyPy" and python_version < "3.10"
+ pytest-mypy; python_implementation != "PyPy"
41
pytest-enabler >= 1.0.1
42
43
# local
0 commit comments