Pin Mypy
This commit is contained in:
parent
1327abf00b
commit
22d4724cb4
|
@ -39,7 +39,7 @@ tests-no-zope = [
|
||||||
"pytest-xdist[psutil]",
|
"pytest-xdist[psutil]",
|
||||||
# Since the mypy error messages keep changing, we have to keep updating this
|
# Since the mypy error messages keep changing, we have to keep updating this
|
||||||
# pin.
|
# pin.
|
||||||
'mypy>=1.1.1; python_implementation == "CPython"',
|
'mypy>=1.1.1,<1.4; python_implementation == "CPython"',
|
||||||
'pytest-mypy-plugins; python_implementation == "CPython" and python_version<"3.11"',
|
'pytest-mypy-plugins; python_implementation == "CPython" and python_version<"3.11"',
|
||||||
]
|
]
|
||||||
tests = ["attrs[tests-no-zope]", "zope.interface"]
|
tests = ["attrs[tests-no-zope]", "zope.interface"]
|
||||||
|
|
Loading…
Reference in New Issue