Skip to content

Commit

Permalink
Block mypy 0.940 until python/mypy#12339 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Mar 14, 2022
1 parent 3c7ccca commit 6464acb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def read(fname):
"coverage[toml]",
# No point on Pypy thanks to https://github.com/python/typed_ast/issues/111
"pytest-mypy-plugins; platform_python_implementation != 'PyPy'",
# Can't use 0.940: https://github.com/python/mypy/issues/12339
"mypy!=0.940; platform_python_implementation != 'PyPy'",
"types-mock",
]
TESTS_NUMPY = ["numpy"]
Expand Down

0 comments on commit 6464acb

Please sign in to comment.