mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue