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
TypedDict: update test for changes to keys, values, items (#8104)
The signature of TypedDict's keys, values, items will be updated in
typeshed in:
python/typeshed#3529
The relevant issue is:
python/typeshed#3473
That PR fails testTypedDictMappingMethods
https://travis-ci.org/python/typeshed/builds/621439570
Tested by using my patched version of typeshed:
ln -sf ~/typeshed mypy/typeshed
pytest -n0 -k testTypedDictMappingMethods
Co-authored-by: hauntsaninja <>
0 commit comments