https://github.com/python/cpython/commit/0fc5c56815b963e4b45469b2b6a5610ea2f2d181
commit: 0fc5c56815b963e4b45469b2b6a5610ea2f2d181
branch: main
author: Savannah Ostrowski <[email protected]>
committer: savannahostrowski <[email protected]>
date: 2025-10-12T09:51:13-07:00
summary:

GH-139979: Add @force_not_colorized_test_class to 
TestOptionalHelpVersionActions (#139980)

files:
M Lib/test/test_argparse.py

diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py
index 6a07f190285c37..e5d642cde662c2 100644
--- a/Lib/test/test_argparse.py
+++ b/Lib/test/test_argparse.py
@@ -5831,6 +5831,7 @@ def test_subparser_conflict(self):
 # Help and Version option tests
 # =============================
 
+@force_not_colorized_test_class
 class TestOptionalsHelpVersionActions(TestCase):
     """Test the help and version actions"""
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to