Skip to content

Commit

Permalink
[3.10] gh-97032: avoid test_squeezer crash on macOS buildbots (#115508)
Browse files Browse the repository at this point in the history
avoid test_squeezer crash on macOS buildbots
  • Loading branch information
ned-deily authored Feb 19, 2024
1 parent d9c79e1 commit 17a6533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/idlelib/idle_test/test_squeezer.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def test_write_not_stdout(self):

def test_write_stdout(self):
"""Test Squeezer's overriding of the EditorWindow's write() method."""
requires('gui')
editwin = self.make_mock_editor_window()

for text in ['', 'TEXT']:
Expand Down

0 comments on commit 17a6533

Please sign in to comment.