mirror of
https://github.com/python/cpython.git
synced 2025-11-23 11:57:09 +00:00
[3.14] gh-140702: Log color and GHA env vars in test.pythoninfo (GH-140747) (#140753)
gh-140702: Log color and GHA env vars in test.pythoninfo (GH-140747)
(cherry picked from commit 376559bf54)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
9a7dccd7a1
commit
e0f54a0bda
1 changed files with 4 additions and 0 deletions
|
|
@ -291,6 +291,8 @@ def collect_os(info_add):
|
|||
"DISTUTILS_USE_SDK",
|
||||
"DYLD_LIBRARY_PATH",
|
||||
"ENSUREPIP_OPTIONS",
|
||||
"FORCE_COLOR",
|
||||
"GITHUB_ACTIONS",
|
||||
"HISTORY_FILE",
|
||||
"HOME",
|
||||
"HOMEDRIVE",
|
||||
|
|
@ -307,11 +309,13 @@ def collect_os(info_add):
|
|||
"MAKEFLAGS",
|
||||
"MIXERDEV",
|
||||
"MSSDK",
|
||||
"NO_COLOR",
|
||||
"PATH",
|
||||
"PATHEXT",
|
||||
"PIP_CONFIG_FILE",
|
||||
"PLAT",
|
||||
"POSIXLY_CORRECT",
|
||||
"PYTHON_COLORS",
|
||||
"PY_SAX_PARSER",
|
||||
"ProgramFiles",
|
||||
"ProgramFiles(x86)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue