Skip to content

Commit 5c735cd

Browse files
naschemened-deily
authored andcommitted
gh-97032: avoid test_squeezer crash on macOS buildbots (gh-115508) (GH-148141)
gh-97032: avoid test_squeezer crash on macOS buildbots (GH-115508) avoid test_squeezer crash on macOS buildbots (cherry picked from commit b216d7b) Co-authored-by: Neil Schemenauer <nas-github@arctrix.com> Co-authored-by: Ned Deily <nad@python.org>
1 parent 47b916e commit 5c735cd

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)