From 0fc5c56815b963e4b45469b2b6a5610ea2f2d181 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Sun, 12 Oct 2025 09:51:13 -0700 Subject: [PATCH] GH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActions (#139980) --- Lib/test/test_argparse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py index 6a07f190285c..e5d642cde662 100644 --- a/Lib/test/test_argparse.py +++ b/Lib/test/test_argparse.py @@ -5831,6 +5831,7 @@ class TestConflictHandling(TestCase): # Help and Version option tests # ============================= +@force_not_colorized_test_class class TestOptionalsHelpVersionActions(TestCase): """Test the help and version actions""" -- 2.47.3