Skip to content

Commit 14312a5

Browse files
committed
Exclude mypy on Python 3.10 as workaround for python/typed_ast#156.
1 parent 7bdab57 commit 14312a5

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
@@ -38,7 +38,8 @@ testing =
3838
pytest-black >= 0.3.7; python_implementation != "PyPy"
3939
pytest-cov
4040
# python_implementation: workaround for jaraco/skeleton#22
41-
pytest-mypy; python_implementation != "PyPy"
41+
# python_version: workaround for python/typed_ast#156
42+
pytest-mypy; python_implementation != "PyPy" and python_version < "3.10"
4243
pytest-enabler
4344

4445
# local

0 commit comments

Comments
 (0)