Skip to content

Commit

Permalink
Remove workaround for python/typed_ast#156.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 16, 2021
1 parent 703db59 commit e2c4e8b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.cfg
Expand Up @@ -32,12 +32,10 @@ testing =
pytest-checkdocs >= 2.4
pytest-flake8
# python_implementation: workaround for jaraco/skeleton#22
# python_version: workaround for python/typed_ast#156
pytest-black >= 0.3.7; python_implementation != "PyPy" and python_version < "3.10"
pytest-black >= 0.3.7; python_implementation != "PyPy"
pytest-cov
# python_implementation: workaround for jaraco/skeleton#22
# python_version: workaround for python/typed_ast#156
pytest-mypy; python_implementation != "PyPy" and python_version < "3.10"
pytest-mypy; python_implementation != "PyPy"
pytest-enabler >= 1.0.1

# local
Expand Down

0 comments on commit e2c4e8b

Please sign in to comment.