mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
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
1 changed files with 1 additions and 4 deletions
|
@ -216,10 +216,7 @@ class TkTextTest(TextTest, unittest.TestCase):
|
||||||
requires('gui')
|
requires('gui')
|
||||||
from tkinter import Tk, Text
|
from tkinter import Tk, Text
|
||||||
cls.Text = Text
|
cls.Text = Text
|
||||||
try:
|
|
||||||
cls.root = Tk()
|
cls.root = Tk()
|
||||||
except TclError as msg:
|
|
||||||
raise unittest.SkipTest('TclError: %s' % msg)
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def tearDownClass(cls):
|
def tearDownClass(cls):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue