From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 12 Oct 2025 17:16:21 +0000 (+0200) Subject: [3.14] GH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActio... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11ac373d7c3f9cdb886f6efe5261843f0af229e8;p=thirdparty%2FPython%2Fcpython.git [3.14] GH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActions (GH-139980) (#140005) GH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActions (GH-139980) (cherry picked from commit 0fc5c56815b963e4b45469b2b6a5610ea2f2d181) Co-authored-by: Savannah Ostrowski --- diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py index af7cbcafcbea..9b8179ef9693 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"""