mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-127873: Only check sys.flags.ignore_environment
for PYTHON*
env vars (#127877)
This commit is contained in:
parent
13475e0a5a
commit
05d12eecbd
22 changed files with 94 additions and 65 deletions
|
@ -10,7 +10,7 @@ import sys
|
|||
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 @@ from .support import (
|
|||
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