mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785)
This commit is contained in:
parent
79782fe4f8
commit
5f0fe8ec70
2 changed files with 0 additions and 6 deletions
|
@ -2,7 +2,6 @@ import unittest
|
|||
import tkinter
|
||||
from tkinter import TclError
|
||||
import os
|
||||
import sys
|
||||
from test.support import requires
|
||||
|
||||
from tkinter.test.support import (tcl_version, requires_tcl,
|
||||
|
@ -265,8 +264,6 @@ class MenubuttonTest(AbstractLabelTest, unittest.TestCase):
|
|||
|
||||
test_highlightthickness = StandardOptionsTests.test_highlightthickness
|
||||
|
||||
@unittest.skipIf(sys.platform == 'darwin',
|
||||
'crashes with Cocoa Tk (issue19733)')
|
||||
def test_image(self):
|
||||
widget = self.create()
|
||||
image = tkinter.PhotoImage(master=self.root, name='image1')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue