Skip to content

Commit 64a5ced

Browse files
committed
Fix os.environ[container]
1 parent a49567e commit 64a5ced

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lib/test/pythoninfo.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ def format_groups(groups):
310310
"COLUMNS",
311311
"COMPUTERNAME",
312312
"COMSPEC",
313+
"CONTAINER",
313314
"CPP",
314315
"CPPFLAGS",
315316
"DISPLAY",
@@ -370,9 +371,6 @@ def format_groups(groups):
370371
"_PYTHON_SYSCONFIGDATA_PATH",
371372
"__PYVENV_LAUNCHER__",
372373

373-
# Lower case variables
374-
"container",
375-
376374
# Sanitizer options
377375
"ASAN_OPTIONS",
378376
"LSAN_OPTIONS",

0 commit comments

Comments
 (0)