Skip to content
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

Updated conformance results for mypy 1.12. #1866

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

erictraut
Copy link
Collaborator

  • Fixes bugs that previously caused a crash when running generics_defaults and generics_syntax_declarations tests.
  • Fixes conformance issues in the following tests: aliases_type_statement, generics_paramspec_components, generics_syntax_declarations, generics_variance_inference, tuples_type_compat.
  • Adds support for functionality covered by tests: typeddicts_readonly, typeddicts_readonly_consistency, typeddicts_readonly_inheritance, typeddicts_readonly_kwargs, typeddicts_readonly_update.

Fixed bugs in a couple of tests that were uncovered by mypy update.

  • The aliases_type_statement test assumed errors would be reported on a particular line.
  • The generics_syntax_declarations test assumed certain unspecified behaviors when evaluating the type of a type parameter.
  • The generics_variance_inference test was missing a return type annotation.

* Fixes bugs that previously caused a crash when running generics_defaults and generics_syntax_declarations tests.
* Fixes conformance issues in the following tests: aliases_type_statement, generics_paramspec_components, generics_syntax_declarations, generics_variance_inference, tuples_type_compat.
* Adds support for functionality covered by tests: typeddicts_readonly, typeddicts_readonly_consistency, typeddicts_readonly_inheritance, typeddicts_readonly_kwargs, typeddicts_readonly_update.

Fixed bugs in a couple of tests that were uncovered by mypy update.
* The aliases_type_statement test assumed errors would be reported on a particular line.
* The generics_syntax_declarations test assumed certain unspecified behaviors when evaluating the type of a type parameter.
* The generics_variance_inference test was missing a return type annotation.
@JelleZijlstra JelleZijlstra merged commit f86459c into python:main Oct 15, 2024
5 checks passed
@erictraut erictraut deleted the mypy1_12 branch October 15, 2024 16:02
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.

2 participants