From: Savannah Ostrowski Date: Sun, 12 Oct 2025 16:51:13 +0000 (-0700) Subject: GH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActions... X-Git-Tag: v3.15.0a1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fc5c56815b963e4b45469b2b6a5610ea2f2d181;p=thirdparty%2FPython%2Fcpython.git GH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActions (#139980) --- 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"""