]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104036: Fix direct invocation of test_typing (#104037)
authorKirill Podoprigora <80244920+Eclips4@users.noreply.github.com>
Mon, 1 May 2023 13:42:59 +0000 (16:42 +0300)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 13:42:59 +0000 (13:42 +0000)
commit4181d078fc945313568eb39965cb9190881606b5
tree6814ba9e93815ae437ff529a33d14052fbb78bce
parent59c27fa5cb95e2d608747a50fc675bbe2fc96beb
gh-104036: Fix direct invocation of test_typing (#104037)

Previously, `python -m test test_typing` worked, but `python Lib/test/test_typing.py` did not.
Lib/test/test_typing.py