Skip to content

Commit 2a4dd46

Browse files
committed
Fix test_squeezer test on headless MacOS.
This should be applied in 'main'.
1 parent 0a1d798 commit 2a4dd46

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)