Skip to content

Commit 376559b

Browse files
authored
gh-140702: Log color and GHA env vars in test.pythoninfo (#140747)
1 parent d3aa5f6 commit 376559b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Lib/test/pythoninfo.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ def format_groups(groups):
291291
"DISTUTILS_USE_SDK",
292292
"DYLD_LIBRARY_PATH",
293293
"ENSUREPIP_OPTIONS",
294+
"FORCE_COLOR",
295+
"GITHUB_ACTIONS",
294296
"HISTORY_FILE",
295297
"HOME",
296298
"HOMEDRIVE",
@@ -307,11 +309,13 @@ def format_groups(groups):
307309
"MAKEFLAGS",
308310
"MIXERDEV",
309311
"MSSDK",
312+
"NO_COLOR",
310313
"PATH",
311314
"PATHEXT",
312315
"PIP_CONFIG_FILE",
313316
"PLAT",
314317
"POSIXLY_CORRECT",
318+
"PYTHON_COLORS",
315319
"PY_SAX_PARSER",
316320
"ProgramFiles",
317321
"ProgramFiles(x86)",

0 commit comments

Comments
 (0)