https://github.com/python/cpython/commit/cc705be468adc3f47f85b42f18f010e55f5c0e59
commit: cc705be468adc3f47f85b42f18f010e55f5c0e59
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: zooba <[email protected]>
date: 2025-12-11T01:01:59Z
summary:

gh-140172: Skip JSON tools test during PGO training (GH-140809)

(cherry picked from commit fa448451abfabe7dbc969ef6468bedc4a8b8ecaf)

Co-authored-by: Steve Dower <[email protected]>

files:
M Lib/test/test_json/test_tool.py

diff --git a/Lib/test/test_json/test_tool.py b/Lib/test/test_json/test_tool.py
index 30f9bb3331605c..7b5d217a21558c 100644
--- a/Lib/test/test_json/test_tool.py
+++ b/Lib/test/test_json/test_tool.py
@@ -13,6 +13,7 @@
 
 
 @support.requires_subprocess()
[email protected]_if_pgo_task
 class TestMain(unittest.TestCase):
     data = """
 
@@ -319,6 +320,7 @@ def test_colors(self):
 
 
 @support.requires_subprocess()
[email protected]_if_pgo_task
 class TestTool(TestMain):
     module = 'json.tool'
 

_______________________________________________
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