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

[3.11] Fix unused classes in a typing test (GH-102437) #102441

Merged
merged 1 commit into from
Mar 5, 2023

Conversation

miss-islington
Copy link
Contributor

As part of investigation issue #102433, I discovered what I believe to be an error where two classes CI and DI are not being used. The assertions beneath them act on C and D, duplicating existing assertions in this test.
(cherry picked from commit 7894bbe)

Co-authored-by: JosephSBoyle 48555120+JosephSBoyle@users.noreply.github.com
Automerge-Triggered-By: GH:AlexWaygood

As part of investigation issue python#102433, I discovered what I believe to be an error where two classes `CI` and `DI` are not being used. The assertions beneath them act on `C` and `D`, duplicating existing assertions in this test.
(cherry picked from commit 7894bbe)

Co-authored-by: JosephSBoyle <48555120+JosephSBoyle@users.noreply.github.com>
Automerge-Triggered-By: GH:AlexWaygood
@AlexWaygood AlexWaygood self-assigned this Mar 5, 2023
@miss-islington miss-islington merged commit c957128 into python:3.11 Mar 5, 2023
@miss-islington miss-islington deleted the backport-7894bbe-3.11 branch March 5, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip issue skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants