Skip to content

Fix stubtest tests with typing-extensions>=4.6.0 #15294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 24, 2023

Conversation

AlexWaygood
Copy link
Member

@AlexWaygood AlexWaygood commented May 24, 2023

teststubtest.py is currently failing on master due to changes that were made to typing_extensions.Protocol in typing_extensions v4.6.0: https://github.com/python/mypy/actions/runs/5056186170/jobs/9073337924. This PR fixes the failures.

No need to bump the pinned version of typing_extensions in CI, as the tests will continue to pass if typing_extensions<4.6.0 is installed.

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.

2 participants