mirror of
https://github.com/python/cpython.git
synced 2026-03-09 22:40:43 +00: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:
parent
d9c79e1364
commit
17a6533dbf
1 changed files with 1 additions and 0 deletions
|
|
@ -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']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue