Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.9] gh-97032: avoid test_squeezer crash on macOS buildbots (GH-115508) #115655

Merged
merged 1 commit into from Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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