Skip to content

Commit ab64d7d

Browse files
[3.8] gh-97032: avoid test_squeezer crash on macOS buildbots (GH-115508) (GH-115656)
(cherry picked from commit 17a6533) Co-authored-by: Ned Deily <[email protected]>
1 parent 366f315 commit ab64d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/idlelib/idle_test/test_squeezer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def test_write_not_stdout(self):
171171

172172
def test_write_stdout(self):
173173
"""Test Squeezer's overriding of the EditorWindow's write() method."""
174+
requires('gui')
174175
editwin = self.make_mock_editor_window()
175176

176177
for text in ['', 'TEXT']:

0 commit comments

Comments
 (0)