Skip to content

Commit 62b8d31

Browse files
ned-deilymiss-islington
authored andcommitted
[3.10] gh-97032: avoid test_squeezer crash on macOS buildbots (GH-115508)
avoid test_squeezer crash on macOS buildbots (cherry picked from commit 17a6533) Co-authored-by: Ned Deily <[email protected]>
1 parent 3fcea41 commit 62b8d31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/idlelib/idle_test/test_squeezer.py

+1
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)