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
Cf. python/typeshed#6789. Currently, stubtest doesn't honor version ranges in stdlib's VERSIONS file. For example, when testing stdlib with Python 3.9, stubtest will complain about asyncio.mixins failed to find stubs, even though asyncio.mixins is marked as asyncio.mixins: 3.10- in VERSIONS.
Your Environment
Mypy version used: as of today, typeshed uses mypy 0.931
The text was updated successfully, but these errors were encountered:
Bug Report
Cf. python/typeshed#6789. Currently, stubtest doesn't honor version ranges in stdlib's
VERSIONS
file. For example, when testing stdlib with Python 3.9, stubtest will complain aboutasyncio.mixins failed to find stubs
, even thoughasyncio.mixins
is marked asasyncio.mixins: 3.10-
inVERSIONS
.Your Environment
The text was updated successfully, but these errors were encountered: