Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7).
This commit is contained in:
parent
5517596c04
commit
a9d16c85d7
|
@ -216,10 +216,7 @@ class TkTextTest(TextTest, unittest.TestCase):
|
|||
requires('gui')
|
||||
from tkinter import Tk, Text
|
||||
cls.Text = Text
|
||||
try:
|
||||
cls.root = Tk()
|
||||
except TclError as msg:
|
||||
raise unittest.SkipTest('TclError: %s' % msg)
|
||||
cls.root = Tk()
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
|
|
Loading…
Reference in New Issue