Skip to content

Commit d91775a

Browse files
committed
Pin Mypy
It's breaking our CI again.
1 parent b950cb8 commit d91775a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tests-no-zope = [
4343
"pytest-xdist[psutil]",
4444
# Since the mypy error messages keep changing, we have to keep updating this
4545
# pin.
46-
'mypy>=0.991; python_implementation == "CPython"',
46+
'mypy>=0.991,<1.1.1; python_implementation == "CPython"',
4747
'pytest-mypy-plugins; python_implementation == "CPython" and python_version<"3.11"',
4848
]
4949
tests = ["attrs[tests-no-zope]", "zope.interface"]

0 commit comments

Comments
 (0)