Skip to content

Commit df54f88

Browse files
ned-deilynascheme
authored andcommitted
gh-97032: avoid test_squeezer crash on macOS buildbots (#115508)
avoid test_squeezer crash on macOS buildbots
1 parent bce96a1 commit df54f88

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
@@ -170,6 +170,7 @@ def test_write_not_stdout(self):
170170

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

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

0 commit comments

Comments
 (0)