mirror of
https://github.com/python/cpython.git
synced 2025-09-12 03:37:09 +00:00
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.
This commit is contained in:
parent
0f27672c50
commit
6c8ac8a32f
3 changed files with 27 additions and 8 deletions
|
@ -524,6 +524,7 @@ def collect_sysconfig(info_add):
|
|||
'Py_GIL_DISABLED',
|
||||
'SHELL',
|
||||
'SOABI',
|
||||
'TEST_MODULES',
|
||||
'abs_builddir',
|
||||
'abs_srcdir',
|
||||
'prefix',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue