From: Ned Deily Date: Mon, 19 Feb 2024 13:43:38 +0000 (-0500) Subject: [3.10] gh-97032: avoid test_squeezer crash on macOS buildbots (#115508) X-Git-Tag: v3.10.14~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17a6533dbf5ffdfd707c1514a61423d9ac59a9cb;p=thirdparty%2FPython%2Fcpython.git [3.10] gh-97032: avoid test_squeezer crash on macOS buildbots (#115508) avoid test_squeezer crash on macOS buildbots --- diff --git a/Lib/idlelib/idle_test/test_squeezer.py b/Lib/idlelib/idle_test/test_squeezer.py index 86c5d41b6297..86c21f00bb8d 100644 --- a/Lib/idlelib/idle_test/test_squeezer.py +++ b/Lib/idlelib/idle_test/test_squeezer.py @@ -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']: