]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActions...
authorSavannah Ostrowski <savannah@python.org>
Sun, 12 Oct 2025 16:51:13 +0000 (09:51 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Oct 2025 16:51:13 +0000 (09:51 -0700)
Lib/test/test_argparse.py

index 6a07f190285c37081078bf74df7875289e2e320f..e5d642cde662c22c9ea783bf74f1ae506b237d48 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"""