bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785)

This commit is contained in:
Serhiy Storchaka 2020-12-16 12:31:49 +02:00 committed by GitHub
parent 79782fe4f8
commit 5f0fe8ec70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View file

@ -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')