File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ tests = [
5555 # No point on Pypy thanks to https://github.com/python/typed_ast/issues/111
5656 " pytest-mypy-plugins; platform_python_implementation != 'PyPy'" ,
5757 # Can't use 0.940: https://github.com/python/mypy/issues/12339
58- " mypy!=0.940 ; platform_python_implementation != 'PyPy'" ,
58+ " mypy<=1.10.1 ; platform_python_implementation != 'PyPy'" ,
5959 " types-mock" ,
6060 " pyyaml" ,
6161]
@@ -67,6 +67,7 @@ dev = [
6767 " PyHamcrest[docs,tests]" ,
6868 " towncrier" ,
6969 " twine" ,
70+ " mypy<=1.10.1" ,
7071 " pytest-mypy" ,
7172 " flake8" ,
7273 " black" ,
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ commands = towncrier --draft
175175[testenv:typing]
176176basepython = python3.12
177177deps =
178- mypy
178+ mypy <= 1.10.1
179179 types-mock
180180commands =
181181 mypy src/
You can’t perform that action at this time.
0 commit comments