https://github.com/python/cpython/commit/376559bf54762d7b6e0a14591a1f284c8f09a855
commit: 376559bf54762d7b6e0a14591a1f284c8f09a855
branch: main
author: Victor Stinner <[email protected]>
committer: vstinner <[email protected]>
date: 2025-10-29T13:29:10+01:00
summary:
gh-140702: Log color and GHA env vars in test.pythoninfo (#140747)
files:
M Lib/test/pythoninfo.py
diff --git a/Lib/test/pythoninfo.py b/Lib/test/pythoninfo.py
index e8718decf6d6e9..3befc0f2e633ca 100644
--- a/Lib/test/pythoninfo.py
+++ b/Lib/test/pythoninfo.py
@@ -291,6 +291,8 @@ def format_groups(groups):
"DISTUTILS_USE_SDK",
"DYLD_LIBRARY_PATH",
"ENSUREPIP_OPTIONS",
+ "FORCE_COLOR",
+ "GITHUB_ACTIONS",
"HISTORY_FILE",
"HOME",
"HOMEDRIVE",
@@ -307,11 +309,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)",
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]