]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] GH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActio...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 12 Oct 2025 17:16:21 +0000 (19:16 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Oct 2025 17:16:21 +0000 (17:16 +0000)
GH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActions (GH-139980)
(cherry picked from commit 0fc5c56815b963e4b45469b2b6a5610ea2f2d181)

Co-authored-by: Savannah Ostrowski <savannah@python.org>
Lib/test/test_argparse.py

index af7cbcafcbea25f0839e92d700b1ff946a0e3112..9b8179ef9693b24320df46ac95331a02397ba6cb 100644 (file)
@@ -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"""