Skip to content

Commit 11ac373

Browse files
[3.14] pythonGH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActions (pythonGH-139980) (python#140005)
pythonGH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActions (pythonGH-139980) (cherry picked from commit 0fc5c56) Co-authored-by: Savannah Ostrowski <[email protected]>
1 parent 7e8f107 commit 11ac373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_argparse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5831,6 +5831,7 @@ def test_subparser_conflict(self):
58315831
# Help and Version option tests
58325832
# =============================
58335833

5834+
@force_not_colorized_test_class
58345835
class TestOptionalsHelpVersionActions(TestCase):
58355836
"""Test the help and version actions"""
58365837

0 commit comments

Comments
 (0)