Skip to content

Commit 50031c8

Browse files
committed
2 parents 378895e + 86efb88 commit 50031c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ testing =
4545
pytest-checkdocs >= 2.4
4646
pytest-flake8
4747
# python_implementation: workaround for jaraco/skeleton#22
48-
pytest-black >= 0.3.7; python_implementation != "PyPy"
48+
# python_version: workaround for python/typed_ast#156
49+
pytest-black >= 0.3.7; python_implementation != "PyPy" and python_version < "3.10"
4950
pytest-cov
5051
# python_implementation: workaround for jaraco/skeleton#22
5152
# python_version: workaround for python/typed_ast#156

0 commit comments

Comments
 (0)