We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b950cb8 commit d91775aCopy full SHA for d91775a
pyproject.toml
@@ -43,7 +43,7 @@ tests-no-zope = [
43
"pytest-xdist[psutil]",
44
# Since the mypy error messages keep changing, we have to keep updating this
45
# pin.
46
- 'mypy>=0.991; python_implementation == "CPython"',
+ 'mypy>=0.991,<1.1.1; python_implementation == "CPython"',
47
'pytest-mypy-plugins; python_implementation == "CPython" and python_version<"3.11"',
48
]
49
tests = ["attrs[tests-no-zope]", "zope.interface"]
0 commit comments