]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #24782: Don't try to run now-removed extension dialog test.
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 20 Oct 2015 06:15:28 +0000 (02:15 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 20 Oct 2015 06:15:28 +0000 (02:15 -0400)
Lib/idlelib/configDialog.py

index f9092e1df8cf894112ac08ccac64d19975928802..3aa66721005ec0bc18f91b6fcd09371e80a7310b 100644 (file)
@@ -1423,4 +1423,4 @@ if __name__ == '__main__':
     unittest.main('idlelib.idle_test.test_configdialog',
                   verbosity=2, exit=False)
     from idlelib.idle_test.htest import run
-    run(ConfigDialog, ConfigExtensionsDialog)
+    run(ConfigDialog)