Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIx stubtest's tests to work with the latest version of `typing_exten…
…sions` (#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.
- Loading branch information