Skip to content

Commit 17a6533

Browse files
authored
[3.10] gh-97032: avoid test_squeezer crash on macOS buildbots (#115508)
avoid test_squeezer crash on macOS buildbots
1 parent d9c79e1 commit 17a6533

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
@@ -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)