We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1034e73 commit f2fe9a6Copy full SHA for f2fe9a6
1 file changed
Lib/test/test_tkinter/test_misc.py
@@ -1044,13 +1044,10 @@ def test_wm_iconbitmap(self):
1044
and sys.platform == 'darwin'
1045
and platform.machine() == 'x86_64'
1046
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
- )
1051
):
1052
# https://github.com/python/cpython/issues/146531
1053
# Tk bug 4a2070f0d3a99aa412bc582d386d575ca2f37323
+ # Not fixed as of Tk 8.6.18 and 9.0.4.
1054
self.skipTest('wm iconbitmap hangs on macOS 26 Intel')
1055
1056
self.assertEqual(t.wm_iconbitmap(), '')
0 commit comments