Skip to content

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

Closed
sobolevn wants to merge 1 commit into
python:3.9from
sobolevn:backport-2792d6d-3.9
Closed

[3.9] bpo-46416: Allow direct invocation of Lib/test/test_typing.py (GH-30641)#30698
sobolevn wants to merge 1 commit into
python:3.9from
sobolevn:backport-2792d6d-3.9

Conversation

@sobolevn

@sobolevnsobolevn commented Jan 19, 2022

Copy link
Copy Markdown
Member

(cherry picked from commit 2792d6d)

Co-authored-by: Nikita Sobolev mail@sobolevn.me

https://bugs.python.org/issue46416

…pythonGH-30641)
Use `__name__`.
(cherry picked from commit 2792d6d)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
X = List[Annotated[T, 5]]
self.assertEqual(X[int], List[Annotated[int, 5]])

def test_annotated_mro(self):

Copy link
Copy Markdown
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
Copy Markdown
MemberAuthor

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
Copy Markdown
MemberAuthor

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

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviewskip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@sobolevn@JelleZijlstra@the-knights-who-say-ni@bedevere-bot