You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add back workaround to avoid confusing mypy.types and types in pyinfo (#13176)
We run mypy/pyinfo.py as a script, and this means that mypy/types.py
could be picked up instead of the stdlib `types` module, which clearly
doesn't work. This seems to happen at least on macOS, and it broke
PEP 561 tests.
The workaround was accidentally removed as part of #13161.
This should fix#13174 and help with the wheel builds.
0 commit comments