]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46359: Modernize `test_typing` by removing checks for EOL Python versions (GH...
authorNikita Sobolev <mail@sobolevn.me>
Thu, 13 Jan 2022 13:09:40 +0000 (16:09 +0300)
committerGitHub <noreply@github.com>
Thu, 13 Jan 2022 13:09:40 +0000 (21:09 +0800)
commit8c49d057bf8618208d4ed67c9caecbfa71f7a2d0
tree45ed76ac1de7b14f1b4f9ce186bafad4955c4eb4
parentc590b581bba517f81ced2e6f531ccc9e2e22eab5
bpo-46359: Modernize `test_typing` by removing checks for EOL Python versions (GH-30563)

Also removes unused tests meant for older versions of Python.
Lib/test/test_typing.py