Skip to content

TypedDict: update test for changes to keys, values, items #8104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2020

Conversation

hauntsaninja
Copy link
Collaborator

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

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
@hauntsaninja
Copy link
Collaborator Author

Note the CI failure is expected since we'd need python/typeshed#3529 to be merged for tests to successfully run.

@msullivan
Copy link
Collaborator

@JelleZijlstra do you want to do the typeshed merge stuff?

@JelleZijlstra
Copy link
Member

Yes, I'll take care of this.

@msullivan
Copy link
Collaborator

Gentle ping on this, @JelleZijlstra

@JelleZijlstra JelleZijlstra mentioned this pull request Mar 14, 2020
@JelleZijlstra
Copy link
Member

Sorry for that! I'm performing all the required merges and syncs now, typeshed and mypy CI should be back to green shortly.

@JelleZijlstra JelleZijlstra merged commit 05e5d58 into python:master Mar 14, 2020
@hauntsaninja hauntsaninja deleted the 3529 branch March 14, 2020 19:27
@msullivan
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants