]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46425: Partially revert "bpo-46425: fix direct invocation of `test_importlib...
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 23 Jan 2022 02:38:26 +0000 (21:38 -0500)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 02:38:26 +0000 (21:38 -0500)
commitd888ff5381594641126065e78dc9210dae4436a4
treee113f1ed59bfc905fd078ef92efbac7532929d38
parent353e3b2820bed38da16140276786eef9ba33d3bd
bpo-46425: Partially revert "bpo-46425: fix direct invocation of `test_importlib` (GH-30682)" (GH-30799)

This reverts commit 57316c52bae5d6420f5067f3891ec328deb97305 for files pertaining to importlib.metadata and importlib.resources.
Lib/test/test_importlib/test_compatibilty_files.py
Lib/test/test_importlib/test_contents.py
Lib/test/test_importlib/test_files.py
Lib/test/test_importlib/test_main.py
Lib/test/test_importlib/test_metadata_api.py
Lib/test/test_importlib/test_open.py
Lib/test/test_importlib/test_path.py
Lib/test/test_importlib/test_read.py
Lib/test/test_importlib/test_resource.py
Lib/test/test_importlib/test_zip.py