mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +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
|
@ -981,6 +981,7 @@ class TestCommandLine(unittest.TestCase):
|
|||
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