Skip to content

Commit 86efb88

Browse files
committed
Also deny black on Python 3.10 as workaround for python/typed_ast#156.
1 parent af54451 commit 86efb88

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
@@ -35,7 +35,8 @@ testing =
3535
pytest-checkdocs >= 2.4
3636
pytest-flake8
3737
# python_implementation: workaround for jaraco/skeleton#22
38-
pytest-black >= 0.3.7; python_implementation != "PyPy"
38+
# python_version: workaround for python/typed_ast#156
39+
pytest-black >= 0.3.7; python_implementation != "PyPy" and python_version < "3.10"
3940
pytest-cov
4041
# python_implementation: workaround for jaraco/skeleton#22
4142
# python_version: workaround for python/typed_ast#156

0 commit comments

Comments
 (0)