Skip to content

Commit

Permalink
bpo-27922: Stop gui flash from idle_test.test_parenmatch (python#2171)
Browse files Browse the repository at this point in the history
For unknown reasons, this does not work when running leak tests.
  • Loading branch information
terryjreedy committed Jun 13, 2017
1 parent 2d0afef commit 049cf2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/idlelib/idle_test/test_parenmatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 049cf2b

Please sign in to comment.