]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116303: Handle disabled test modules in test.support helpers (#116482)
authorErlend E. Aasland <erlend@python.org>
Thu, 28 Mar 2024 08:40:37 +0000 (09:40 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2024 08:40:37 +0000 (08:40 +0000)
commit6c8ac8a32fd6de1960526561c44bc5603fab0f3e
tree0887ed16cc1dd81430fe69f671c714c05e3785d9
parent0f27672c5002de96c9f1228b12460d5ce3f1d190
gh-116303: Handle disabled test modules in test.support helpers (#116482)

Make sure test.support helpers skip iso. failing if test extension
modules are disabled. Also log TEST_MODULES in test.pythoninfo.
Lib/test/pythoninfo.py
Lib/test/support/__init__.py
Lib/test/support/bytecode_helper.py