summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 6 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 80fd268..69eb0ee 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,11 +31,13 @@ testing =
pytest >= 4.6
pytest-checkdocs >= 2.4
pytest-flake8
- # python_implementation: workaround for jaraco/skeleton#22
- pytest-black >= 0.3.7; python_implementation != "PyPy"
+ pytest-black >= 0.3.7; \
+ # workaround for jaraco/skeleton#22
+ python_implementation != "PyPy"
pytest-cov
- # python_implementation: workaround for jaraco/skeleton#22
- pytest-mypy; python_implementation != "PyPy"
+ pytest-mypy; \
+ # workaround for jaraco/skeleton#22
+ python_implementation != "PyPy"
pytest-enabler >= 1.0.1
# local