mirror of
https://github.com/python/cpython.git
synced 2025-10-27 19:54:38 +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
|
|
@ -981,6 +981,7 @@ def check_sys_xoptions_invalid(self, nframe):
|
|||
return
|
||||
self.fail(f"unexpected output: {stderr!a}")
|
||||
|
||||
@force_not_colorized
|
||||
def test_sys_xoptions_invalid(self):
|
||||
for nframe in INVALID_NFRAME:
|
||||
with self.subTest(nframe=nframe):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue