Skip to content

Commit 212e995

Browse files
committed
Remove workaround for python/typed_ast#156.
1 parent 14787e6 commit 212e995

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.cfg

+2-4
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ testing =
3232
pytest-checkdocs >= 2.4
3333
pytest-flake8
3434
# python_implementation: workaround for jaraco/skeleton#22
35-
# python_version: workaround for python/typed_ast#156
36-
pytest-black >= 0.3.7; python_implementation != "PyPy" and python_version < "3.10"
35+
pytest-black >= 0.3.7; python_implementation != "PyPy"
3736
pytest-cov
3837
# python_implementation: workaround for jaraco/skeleton#22
39-
# python_version: workaround for python/typed_ast#156
40-
pytest-mypy; python_implementation != "PyPy" and python_version < "3.10"
38+
pytest-mypy; python_implementation != "PyPy"
4139
pytest-enabler >= 1.0.1
4240

4341
# local

0 commit comments

Comments
 (0)