Skip to content

[3.9] bpo-46416: Allow direct invocation of Lib/test/test_typing.py (GH-30641) #30698

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

Closed
wants to merge 1 commit into from

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Jan 19, 2022

(cherry picked from commit 2792d6d)

Co-authored-by: Nikita Sobolev [email protected]

https://bugs.python.org/issue46416

…pythonGH-30641)

Use `__name__`.
(cherry picked from commit 2792d6d)

Co-authored-by: Nikita Sobolev <[email protected]>
@@ -4310,6 +4310,11 @@ def test_annotated_in_other_types(self):
X = List[Annotated[T, 5]]
self.assertEqual(X[int], List[Annotated[int, 5]])

def test_annotated_mro(self):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks unrelated to your PR title, any idea what happened?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like I backported a different commit 🤔

Thanks for noticing!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got the same result second time: #30707

@sobolevn sobolevn closed this Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants