Skip to content

Commit

Permalink
[3.8] gh-97032: avoid test_squeezer crash on macOS buildbots (GH-115508
Browse files Browse the repository at this point in the history
…) (GH-115656)

(cherry picked from commit 17a6533)

Co-authored-by: Ned Deily <nad@python.org>
  • Loading branch information
miss-islington and ned-deily committed Feb 21, 2024
1 parent 366f315 commit ab64d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/idlelib/idle_test/test_squeezer.py
Expand Up @@ -171,6 +171,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 ab64d7d

Please sign in to comment.