]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131152: Remove unused imports from tests (#131153)
authorVictor Stinner <vstinner@python.org>
Thu, 13 Mar 2025 09:55:23 +0000 (10:55 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 09:55:23 +0000 (10:55 +0100)
commit73ab9e2eded4706ccdc0ab0286ff986bb552a1bf
tree8f0accd30c22a574b9ffb94b8d2ae34ba6c2f680
parent0c6c52f49605f757c4a125ca195a2123bd930b93
gh-131152: Remove unused imports from tests (#131153)
22 files changed:
Lib/test/libregrtest/main.py
Lib/test/libregrtest/parallel_case.py
Lib/test/libregrtest/utils.py
Lib/test/support/venv.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_unix_events.py
Lib/test/test_asyncio/utils.py
Lib/test/test_builtin.py
Lib/test/test_bytes.py
Lib/test/test_call.py
Lib/test/test_capi/test_config.py
Lib/test/test_capi/test_file.py
Lib/test/test_capi/test_getargs.py
Lib/test/test_capi/test_number.py
Lib/test/test_capi/test_tuple.py
Lib/test/test_compile.py
Lib/test/test_concurrent_futures/test_interpreter_pool.py
Lib/test/test_concurrent_futures/test_process_pool.py
Lib/test/test_ctypes/test_struct_fields.py
Lib/test/test_dynamic.py
Lib/test/test_embed.py