https://github.com/python/cpython/commit/4994367796dad8b2c606ebb6e4a53de19662094c
commit: 4994367796dad8b2c606ebb6e4a53de19662094c
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2026-04-29T13:00:43+03:00
summary:

[3.14] gh-97032: avoid test_squeezer crash on macOS buildbots (gh-115508) 
(GH-148141) (#148414)

Co-authored-by: Neil Schemenauer <[email protected]>
Co-authored-by: Ned Deily <[email protected]>

files:
M Lib/idlelib/idle_test/test_squeezer.py

diff --git a/Lib/idlelib/idle_test/test_squeezer.py 
b/Lib/idlelib/idle_test/test_squeezer.py
index 86c5d41b629719..86c21f00bb8d00 100644
--- a/Lib/idlelib/idle_test/test_squeezer.py
+++ b/Lib/idlelib/idle_test/test_squeezer.py
@@ -170,6 +170,7 @@ def test_write_not_stdout(self):
 
     def test_write_stdout(self):
         """Test Squeezer's overriding of the EditorWindow's write() method."""
+        requires('gui')
         editwin = self.make_mock_editor_window()
 
         for text in ['', 'TEXT']:

_______________________________________________
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