Skip to content

Commit ae39849

Browse files
committed
Also deny black on Python 3.10 as workaround for python/typed_ast#156.
1 parent 2c491ef commit ae39849

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

+2-1
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)