https://github.com/python/cpython/commit/11ac373d7c3f9cdb886f6efe5261843f0af229e8
commit: 11ac373d7c3f9cdb886f6efe5261843f0af229e8
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: savannahostrowski <[email protected]>
date: 2025-10-12T17:16:21Z
summary:

[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 <[email protected]>

files:
M Lib/test/test_argparse.py

diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py
index af7cbcafcbea25..9b8179ef9693b2 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