Skip to content

Commit

Permalink
Pin breaking Mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 31, 2024
1 parent d82c3f3 commit c24b8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tests-mypy = [
'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
# 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 = [
# For regression test to ensure cloudpickle compat doesn't break.
Expand Down

0 comments on commit c24b8ad

Please sign in to comment.