Skip to content

Commit

Permalink
Also deny black on Python 3.10 as workaround for python/typed_ast#156.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 7, 2021
1 parent af54451 commit 86efb88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Expand Up @@ -35,7 +35,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
Expand Down

0 comments on commit 86efb88

Please sign in to comment.