From 05d12eecbde1ace39826320cadf8e673d709b229 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:10:08 +0200 Subject: gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (#127877) --- Lib/test/test_tracemalloc.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/test/test_tracemalloc.py') diff --git a/Lib/test/test_tracemalloc.py b/Lib/test/test_tracemalloc.py index a848363fcd1..238ae14b388 100644 --- a/Lib/test/test_tracemalloc.py +++ b/Lib/test/test_tracemalloc.py @@ -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): -- cgit v1.2.3