[3.13] gh-140702: Log color and GHA env vars in test.pythoninfo (GH-140747) (#140754)

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:
Miss Islington (bot) 2025-10-29 13:51:18 +01:00 committed by GitHub
parent a1a71efa6e
commit b3649a7122
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -289,6 +289,8 @@ def format_groups(groups):
"DISTUTILS_USE_SDK",
"DYLD_LIBRARY_PATH",
"ENSUREPIP_OPTIONS",
"FORCE_COLOR",
"GITHUB_ACTIONS",
"HISTORY_FILE",
"HOME",
"HOMEDRIVE",
@ -305,11 +307,13 @@ def format_groups(groups):
"MAKEFLAGS",
"MIXERDEV",
"MSSDK",
"NO_COLOR",
"PATH",
"PATHEXT",
"PIP_CONFIG_FILE",
"PLAT",
"POSIXLY_CORRECT",
"PYTHON_COLORS",
"PY_SAX_PARSER",
"ProgramFiles",
"ProgramFiles(x86)",