It's breaking our CI again.
This commit is contained in:
Hynek Schlawack 2023-03-11 12:44:49 +01:00
parent b950cb8d83
commit d91775ace5
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ tests-no-zope = [
"pytest-xdist[psutil]",
# Since the mypy error messages keep changing, we have to keep updating this
# pin.
'mypy>=0.991; python_implementation == "CPython"',
'mypy>=0.991,<1.1.1; python_implementation == "CPython"',
'pytest-mypy-plugins; python_implementation == "CPython" and python_version<"3.11"',
]
tests = ["attrs[tests-no-zope]", "zope.interface"]