Skip to content

Commit b3649a7

Browse files
[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 376559b) Co-authored-by: Victor Stinner <[email protected]>
1 parent a1a71ef commit b3649a7

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
@@ -289,6 +289,8 @@ def format_groups(groups):
289289
"DISTUTILS_USE_SDK",
290290
"DYLD_LIBRARY_PATH",
291291
"ENSUREPIP_OPTIONS",
292+
"FORCE_COLOR",
293+
"GITHUB_ACTIONS",
292294
"HISTORY_FILE",
293295
"HOME",
294296
"HOMEDRIVE",
@@ -305,11 +307,13 @@ def format_groups(groups):
305307
"MAKEFLAGS",
306308
"MIXERDEV",
307309
"MSSDK",
310+
"NO_COLOR",
308311
"PATH",
309312
"PATHEXT",
310313
"PIP_CONFIG_FILE",
311314
"PLAT",
312315
"POSIXLY_CORRECT",
316+
"PYTHON_COLORS",
313317
"PY_SAX_PARSER",
314318
"ProgramFiles",
315319
"ProgramFiles(x86)",

0 commit comments

Comments
 (0)