File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 63
63
sys .version_info [:2 ] >= (3 , 6 )
64
64
and platform .python_implementation () != "PyPy"
65
65
):
66
- EXTRAS_REQUIRE ["tests_no_zope" ].extend (["mypy" , "pytest-mypy-plugins" ])
66
+ EXTRAS_REQUIRE ["tests_no_zope" ].extend (
67
+ ["mypy!=0.940" , "pytest-mypy-plugins" ]
68
+ )
67
69
68
70
EXTRAS_REQUIRE ["tests" ] = EXTRAS_REQUIRE ["tests_no_zope" ] + ["zope.interface" ]
69
71
EXTRAS_REQUIRE ["dev" ] = (
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ commands = towncrier --draft
111
111
basepython = python3.10
112
112
deps = mypy>=0.902
113
113
commands =
114
- mypy src/attr/__init__.pyi src/attr/_version_info.pyi src/attr/converters.pyi src/attr/exceptions.pyi src/attr/filters.pyi src/attr/setters.pyi src/attr/validators.pyi
114
+ mypy src/attrs/__init__.pyi src/ attr/__init__.pyi src/attr/_version_info.pyi src/attr/converters.pyi src/attr/exceptions.pyi src/attr/filters.pyi src/attr/setters.pyi src/attr/validators.pyi
115
115
mypy tests/typing_example.py
116
116
117
117
You can’t perform that action at this time.
0 commit comments