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 version of typing_extensions #16928

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

AlexWaygood
Copy link
Member

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

Fixes python/typing_extensions#339. Note: there's no need to cherry-pick this to the release-1.9.0 branch, since the daily workflow typing_extensions uses runs mypy's tests using the mypy master branch.

…sions`

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

Fixes python/typing_extensions#339. Note: there's no need to cherry-pick this to the `release-1.9.0` branch, since the daily workflow `typing_extensions` uses runs mypy's tests using the mypy `master` branch.
@JelleZijlstra JelleZijlstra merged commit eb84794 into python:master Feb 18, 2024
13 checks passed
@JelleZijlstra
Copy link
Member

Thank you!

@AlexWaygood AlexWaygood deleted the patch-1 branch February 18, 2024 13:42
hamdanal pushed a commit to hamdanal/mypy that referenced this pull request Feb 20, 2024
…sions` (python#16928)

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

Fixes python/typing_extensions#339. Note:
there's no need to cherry-pick this to the `release-1.9.0` branch, since
the daily workflow `typing_extensions` uses runs mypy's tests using the
mypy `master` branch.
@AlexWaygood
Copy link
Member Author

Note: there's no need to cherry-pick this to the release-1.9.0 branch, since the daily workflow typing_extensions uses runs mypy's tests using the mypy master branch.

I guess this didn't hold up very well, huh (#17005)

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 Sun Feb 18 2024
2 participants