mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
[3.10] gh-97032: avoid test_squeezer crash on macOS buildbots (#115508)
avoid test_squeezer crash on macOS buildbots
This commit is contained in:
@@ -170,6 +170,7 @@ class SqueezerTest(unittest.TestCase):
|
||||
|
||||
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']:
|
||||
|
||||
Reference in New Issue
Block a user