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 typing_extensions release (
#16588) Stubtest's tests will start failing when `typing_extensions==4.9.0` comes out, due to some new `ClassVar`s on `typing_extensions.TypedDict`. This PR fixes that. Fixes python/typing_extensions#309
- Loading branch information