]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-104036: Fix direct invocation of test_typing (GH-104037) (#104039)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 May 2023 14:17:12 +0000 (07:17 -0700)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 14:17:12 +0000 (14:17 +0000)
commit1be8bed236e841f33e10092aa2e774dd90d74c9b
tree16370857cc126aa04c88ce1d547d6c5a72aa8944
parentd8055b889ca2a931af1288d140c7e471700a41d2
[3.11] gh-104036: Fix direct invocation of test_typing (GH-104037) (#104039)

gh-104036: Fix direct invocation of test_typing (GH-104037)

Previously, `python -m test test_typing` worked, but `python Lib/test/test_typing.py` did not.
(cherry picked from commit 4181d078fc945313568eb39965cb9190881606b5)

Co-authored-by: Kirill Podoprigora <80244920+Eclips4@users.noreply.github.com>
Lib/test/test_typing.py