mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-140702: Log color and GHA env vars in test.pythoninfo (#140747)
This commit is contained in:
parent
d3aa5f689c
commit
376559bf54
1 changed files with 4 additions and 0 deletions
|
|
@ -291,6 +291,8 @@ def format_groups(groups):
|
||||||
"DISTUTILS_USE_SDK",
|
"DISTUTILS_USE_SDK",
|
||||||
"DYLD_LIBRARY_PATH",
|
"DYLD_LIBRARY_PATH",
|
||||||
"ENSUREPIP_OPTIONS",
|
"ENSUREPIP_OPTIONS",
|
||||||
|
"FORCE_COLOR",
|
||||||
|
"GITHUB_ACTIONS",
|
||||||
"HISTORY_FILE",
|
"HISTORY_FILE",
|
||||||
"HOME",
|
"HOME",
|
||||||
"HOMEDRIVE",
|
"HOMEDRIVE",
|
||||||
|
|
@ -307,11 +309,13 @@ def format_groups(groups):
|
||||||
"MAKEFLAGS",
|
"MAKEFLAGS",
|
||||||
"MIXERDEV",
|
"MIXERDEV",
|
||||||
"MSSDK",
|
"MSSDK",
|
||||||
|
"NO_COLOR",
|
||||||
"PATH",
|
"PATH",
|
||||||
"PATHEXT",
|
"PATHEXT",
|
||||||
"PIP_CONFIG_FILE",
|
"PIP_CONFIG_FILE",
|
||||||
"PLAT",
|
"PLAT",
|
||||||
"POSIXLY_CORRECT",
|
"POSIXLY_CORRECT",
|
||||||
|
"PYTHON_COLORS",
|
||||||
"PY_SAX_PARSER",
|
"PY_SAX_PARSER",
|
||||||
"ProgramFiles",
|
"ProgramFiles",
|
||||||
"ProgramFiles(x86)",
|
"ProgramFiles(x86)",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue