]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131152: Remove unused imports from tests (part 2) (#131154)
authorVictor Stinner <vstinner@python.org>
Thu, 13 Mar 2025 09:57:40 +0000 (10:57 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 09:57:40 +0000 (10:57 +0100)
commitb2ca26875a75fdd70e39a8fe2b1b31b863794c41
tree970c97d7f7435145c9557c94763419d5b04a6e34
parent50e9eba32cdade34350a9f29ff2139a35e8876c0
gh-131152: Remove unused imports from tests (part 2) (#131154)
22 files changed:
Lib/test/test_free_threading/test_func_annotations.py
Lib/test/test_free_threading/test_itertools_batched.py
Lib/test/test_free_threading/test_methodcaller.py
Lib/test/test_glob.py
Lib/test/test_importlib/extension/test_case_sensitivity.py
Lib/test/test_importlib/resources/test_files.py
Lib/test/test_importlib/test_util.py
Lib/test/test_locale.py
Lib/test/test_pathlib/test_pathlib.py
Lib/test/test_pathlib/test_pathlib_abc.py
Lib/test/test_pkgutil.py
Lib/test/test_pyrepl/support.py
Lib/test/test_pyrepl/test_eventqueue.py
Lib/test/test_shutil.py
Lib/test/test_tarfile.py
Lib/test/test_thread_local_bytecode.py
Lib/test/test_types.py
Lib/test/test_userdict.py
Lib/test/test_userlist.py
Lib/test/test_wmi.py
Lib/test/test_zipfile/_path/test_path.py
Lib/test/test_zipfile/test_core.py