summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-07-16 09:19:05 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-07-16 09:19:05 -0400
commit498b965a805224420c8cde5969bf342a41766227 (patch)
tree41843138d657ae86febf17324847fd3c089a30db
parent212e995cd366010a8c372ea2fedfbb8be471e5cb (diff)
downloadpytest-runner-498b965a805224420c8cde5969bf342a41766227.tar.gz
Use line continuations to indicate which exclusions are for which workarounds.
-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