From 11ac373d7c3f9cdb886f6efe5261843f0af229e8 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 12 Oct 2025 19:16:21 +0200 Subject: [PATCH] [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 --- 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 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""" -- 2.47.3