Skip to content
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

Fix stubtest's tests to work with the latest typing_extensions release #16588

Merged
merged 1 commit into from Nov 30, 2023

Conversation

AlexWaygood
Copy link
Member

@AlexWaygood AlexWaygood commented Nov 29, 2023

Stubtest's tests will start failing when typing_extensions==4.9.0 comes out, due to some new ClassVars on typing_extensions.TypedDict. This PR fixes that.

Fixes python/typing_extensions#309

@AlexWaygood
Copy link
Member Author

(I've verified locally that this fixes the stubtest CI errors we saw in python/typing_extensions#307)

@srittau
Copy link
Contributor

srittau commented Nov 30, 2023

Could this be considered for 1.7.2, @hauntsaninja ?

@AlexWaygood
Copy link
Member Author

AlexWaygood commented Nov 30, 2023

Could this be considered for 1.7.2, @hauntsaninja ?

It doesn't need to be; all we need to get the daily test passing at typing_extensions is for this to be merged into the mypy master branch. The daily workflow at typing_extensions just checks out the mypy master branch and runs the stubtest tests with that.

@JelleZijlstra JelleZijlstra merged commit 95e7fcb into python:master Nov 30, 2023
13 checks passed
@AlexWaygood AlexWaygood deleted the typing-extensions-fix branch November 30, 2023 17:47
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.

Third-party tests failed on Thu Nov 30 2023
4 participants