Skip to content

Conversation

@cjwatson
Copy link

@cjwatson cjwatson commented Jan 26, 2026

pytest 9.0.0 began requiring this version, so pytest-mypy-testing now fails when targeting earlier versions.

This also requires mypy 1.17.0 in tests, due to python/mypy#19179.

Fixes #911 in passing while trying to get CI to pass.

pytest 9.0.0 began requiring this version, so pytest-mypy-testing now
fails when targeting earlier versions.

This also requires mypy 1.17.0 in tests, due to
python/mypy#19179.
Older versions have incompatible monkey-patching.

Fixes: ipython#911
@cjwatson
Copy link
Author

The pypy-3.10 CI failure seems to be unrelated breakage deep enough in the stack that I currently have no idea how to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TestArgcomplete.test_complete_custom_completers fails with 3.12.7

1 participant