summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-03-07 12:54:32 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-03-07 12:54:32 -0500
commit50031c80544619d86b9c27b85ebc38f550e4ef5d (patch)
tree96188bb59ac0168f39e153520ef46fb6a5dfb2bd
parent378895ebac9a7dbc61dce18ec08f26ea3b73966c (diff)
parent86efb884f805a9e1f64661ec758f3bd084fed515 (diff)
downloadpython-setuptools-git-50031c80544619d86b9c27b85ebc38f550e4ef5d.tar.gz
Merge https://github.com/jaraco/skeleton
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index cfb9e078..7da11a03 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -45,7 +45,8 @@ testing =
pytest-checkdocs >= 2.4
pytest-flake8
# python_implementation: workaround for jaraco/skeleton#22
- pytest-black >= 0.3.7; python_implementation != "PyPy"
+ # python_version: workaround for python/typed_ast#156
+ pytest-black >= 0.3.7; python_implementation != "PyPy" and python_version < "3.10"
pytest-cov
# python_implementation: workaround for jaraco/skeleton#22
# python_version: workaround for python/typed_ast#156