mirror of
https://github.com/python/cpython.git
synced 2025-11-01 22:21:35 +00:00
[3.13] gh-127873: Only check sys.flags.ignore_environment for PYTHON* env vars (GH-127877) (#129138)
This commit is contained in:
parent
f7f8b8b758
commit
cc3dc8ab24
22 changed files with 91 additions and 28 deletions
|
|
@ -10,7 +10,7 @@
|
|||
import tempfile
|
||||
from unittest import TestCase, skipUnless, skipIf
|
||||
from unittest.mock import patch
|
||||
from test.support import force_not_colorized
|
||||
from test.support import force_not_colorized, make_clean_env
|
||||
from test.support import SHORT_TIMEOUT
|
||||
from test.support.import_helper import import_module
|
||||
from test.support.os_helper import unlink
|
||||
|
|
@ -23,7 +23,6 @@
|
|||
multiline_input,
|
||||
code_to_events,
|
||||
clean_screen,
|
||||
make_clean_env,
|
||||
)
|
||||
from _pyrepl.console import Event
|
||||
from _pyrepl.readline import (ReadlineAlikeReader, ReadlineConfig,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue