-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
TypedDict tests don't typecheck #2755
Comments
@ilevkivskyi, would you mind taking a look at this at some point? |
Yes, I will try to fix this. |
This depends on python/typeshed#990 and #2492. After these two will be fixed, this one should be easy. |
It seems that we don't have |
Yes, I think this is not relevant anymore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many of the TypedDict tests in
mypy/test/testextensions.py
don't actually typecheck, even under 3.6 with the eval'd code placed properly in the codebase. This likely indicates a problem with the tests, as the constructs used are intended to typecheck. This is also the only remaining part of mypy that isn't fully typechecked.The text was updated successfully, but these errors were encountered: