Commit b8f8d80
authored
Fix stubtest tests with typing-extensions>=4.6.0 (#15294)
`teststubtest.py` is currently failing on `master` due to changes that
were made to `typing_extensions.Protocol` in typing_extensions v4.6.0:
https://github.com/python/mypy/actions/runs/5056186170/jobs/9073337924.
This PR fixes the failures.
No need to bump the pinned version of `typing_extensions` in CI, as the
tests will continue to pass if `typing_extensions<4.6.0` is installed.1 parent 1ee465c commit b8f8d80
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1393 | 1393 | | |
1394 | 1394 | | |
1395 | 1395 | | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
1396 | 1399 | | |
1397 | 1400 | | |
1398 | 1401 | | |
| |||
0 commit comments