Commit eb84794
authored
FIx stubtest's tests to work with the latest version of
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.typing_extensions (python#16928)1 parent 17271e5 commit eb84794
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments