summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-03-07 12:23:48 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-03-07 12:23:48 -0500
commit7bdab57872da46ef6a5a7f5ea9099a197bdc3131 (patch)
treebacd4eb69b5580f7f1aeafc8ef7fb93f8ab0b891
parentbf9fae2c0df316dc837d56ae68880620733d5ff6 (diff)
downloadpytest-runner-7bdab57872da46ef6a5a7f5ea9099a197bdc3131.tar.gz
Add comments indicating why the exclusions are present
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 81f70ee..dd215c6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -34,8 +34,10 @@ testing =
pytest >= 4.6
pytest-checkdocs >= 1.2.3
pytest-flake8
+ # python_implementation: workaround for jaraco/skeleton#22
pytest-black >= 0.3.7; python_implementation != "PyPy"
pytest-cov
+ # python_implementation: workaround for jaraco/skeleton#22
pytest-mypy; python_implementation != "PyPy"
pytest-enabler