summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_configdialog.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-09-01 01:03:16 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-09-01 01:03:16 (GMT)
commit00b1e0f7ea1523813e3d407bfdefdf55592566af (patch)
tree98dc769a4ea1f4e6bee5c649d2222730f5f9b7b8 /Lib/idlelib/idle_test/test_configdialog.py
parentc7bab7cbf5d6a8b442f2ed3e23543cb4ee826c87 (diff)
downloadcpython-00b1e0f7ea1523813e3d407bfdefdf55592566af.zip
cpython-00b1e0f7ea1523813e3d407bfdefdf55592566af.tar.gz
cpython-00b1e0f7ea1523813e3d407bfdefdf55592566af.tar.bz2
Issue #27922: IDLE tests no longer flash tk widgets.
Diffstat (limited to 'Lib/idlelib/idle_test/test_configdialog.py')
-rw-r--r--Lib/idlelib/idle_test/test_configdialog.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/idle_test/test_configdialog.py b/Lib/idlelib/idle_test/test_configdialog.py
index b063601..5c09790 100644
--- a/Lib/idlelib/idle_test/test_configdialog.py
+++ b/Lib/idlelib/idle_test/test_configdialog.py
@@ -15,6 +15,7 @@ class ConfigDialogTest(unittest.TestCase):
@classmethod
def setUpClass(cls):
cls.root = Tk()
+ cls.root.withdraw()
macosx._initializeTkVariantTests(cls.root)
@classmethod