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 212e995 commit 498b965Copy full SHA for 498b965
setup.cfg
@@ -31,11 +31,13 @@ testing =
31
pytest >= 4.6
32
pytest-checkdocs >= 2.4
33
pytest-flake8
34
- # python_implementation: workaround for jaraco/skeleton#22
35
- pytest-black >= 0.3.7; python_implementation != "PyPy"
+ pytest-black >= 0.3.7; \
+ # workaround for jaraco/skeleton#22
36
+ python_implementation != "PyPy"
37
pytest-cov
38
- pytest-mypy; python_implementation != "PyPy"
+ pytest-mypy; \
39
40
41
pytest-enabler >= 1.0.1
42
43
# local
0 commit comments