Skip to content

Commit f2fe9a6

Browse files
committed
Skip test_wm_iconbitmap on macos-26-intel
1 parent 1034e73 commit f2fe9a6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Lib/test/test_tkinter/test_misc.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,13 +1044,10 @@ def test_wm_iconbitmap(self):
10441044
and sys.platform == 'darwin'
10451045
and platform.machine() == 'x86_64'
10461046
and platform.mac_ver()[0].startswith('26.')
1047-
and (
1048-
patchlevel[:3] <= (8, 6, 17)
1049-
or (9, 0) <= patchlevel[:3] <= (9, 0, 3)
1050-
)
10511047
):
10521048
# https://github.com/python/cpython/issues/146531
10531049
# Tk bug 4a2070f0d3a99aa412bc582d386d575ca2f37323
1050+
# Not fixed as of Tk 8.6.18 and 9.0.4.
10541051
self.skipTest('wm iconbitmap hangs on macOS 26 Intel')
10551052

10561053
self.assertEqual(t.wm_iconbitmap(), '')

0 commit comments

Comments
 (0)