From: Terry Jan Reedy Date: Tue, 20 Oct 2015 06:15:23 +0000 (-0400) Subject: Issue #24782: Don't try to run now-removed extension dialog test. X-Git-Tag: v2.7.11rc1~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9188516e28002d5a123b06b74d1daacfe8f7105d;p=thirdparty%2FPython%2Fcpython.git Issue #24782: Don't try to run now-removed extension dialog test. --- diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py index c95a22ed5e73..d7c4dfb2dcef 100644 --- a/Lib/idlelib/configDialog.py +++ b/Lib/idlelib/configDialog.py @@ -1440,4 +1440,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)