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

avoid test_squeezer crash on macOS buildbots
This commit is contained in:
Ned Deily 2024-02-19 08:43:38 -05:00 committed by GitHub
parent d9c79e1364
commit 17a6533dbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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']: