Commit 049cf2bb authored by terryjreedy's avatar terryjreedy Committed by GitHub

bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171)

For unknown reasons, this does not work when running leak tests.
parent 2d0afef8
......@@ -24,6 +24,7 @@ class ParenMatchTest(unittest.TestCase):
@classmethod
def setUpClass(cls):
cls.root = Tk()
cls.root.withdraw()
cls.text = Text(cls.root)
cls.editwin = DummyEditwin(cls.text)
cls.editwin.text_frame = Mock()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment