There was an error while loading. Please reload this page.
wm_iconbitmap
1 parent 39a817e commit 6ba3ad5Copy full SHA for 6ba3ad5
1 file changed
Lib/test/test_tkinter/test_misc.py
@@ -1057,13 +1057,10 @@ def test_wm_iconbitmap(self):
1057
and sys.platform == 'darwin'
1058
and platform.machine() == 'x86_64'
1059
and platform.mac_ver()[0].startswith('26.')
1060
- and (
1061
- patchlevel[:3] <= (8, 6, 17)
1062
- or (9, 0) <= patchlevel[:3] <= (9, 0, 3)
1063
- )
1064
):
1065
# https://github.com/python/cpython/issues/146531
1066
# Tk bug 4a2070f0d3a99aa412bc582d386d575ca2f37323
+ # Not fixed as of Tk 8.6.18 and 9.0.4.
1067
self.skipTest('wm iconbitmap hangs on macOS 26 Intel')
1068
1069
self.assertEqual(t.wm_iconbitmap(), '')
0 commit comments