mirror of https://github.com/python/cpython.git
[3.9] gh-97032: avoid test_squeezer crash on macOS buildbots (GH-115508) (#115655)
(cherry picked from commit 17a6533dbf
)
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
parent
3fcea416f8
commit
c23f74903f
|
@ -171,6 +171,7 @@ def test_write_not_stdout(self):
|
||||||
|
|
||||||
def test_write_stdout(self):
|
def test_write_stdout(self):
|
||||||
"""Test Squeezer's overriding of the EditorWindow's write() method."""
|
"""Test Squeezer's overriding of the EditorWindow's write() method."""
|
||||||
|
requires('gui')
|
||||||
editwin = self.make_mock_editor_window()
|
editwin = self.make_mock_editor_window()
|
||||||
|
|
||||||
for text in ['', 'TEXT']:
|
for text in ['', 'TEXT']:
|
||||||
|
|
Loading…
Reference in New Issue