Pin breaking Mypy

This commit is contained in:
Hynek Schlawack 2024-07-31 13:26:55 +02:00
parent d82c3f361a
commit c24b8ad6f7
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ tests-mypy = [
'pytest-mypy-plugins; platform_python_implementation == "CPython" and python_version >= "3.9" and python_version < "3.13"', 'pytest-mypy-plugins; platform_python_implementation == "CPython" and python_version >= "3.9" and python_version < "3.13"',
# 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.10.1; platform_python_implementation == "CPython" and python_version >= "3.9"', 'mypy>=1.10.1,<1.11.1; platform_python_implementation == "CPython" and python_version >= "3.9"',
] ]
tests = [ tests = [
# For regression test to ensure cloudpickle compat doesn't break. # For regression test to ensure cloudpickle compat doesn't break.