Commit 47304c06 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Issue #24782: Don't try to run now-removed extension dialog test.

parent f84499a4
...@@ -1423,4 +1423,4 @@ if __name__ == '__main__': ...@@ -1423,4 +1423,4 @@ if __name__ == '__main__':
unittest.main('idlelib.idle_test.test_configdialog', unittest.main('idlelib.idle_test.test_configdialog',
verbosity=2, exit=False) verbosity=2, exit=False)
from idlelib.idle_test.htest import run from idlelib.idle_test.htest import run
run(ConfigDialog, ConfigExtensionsDialog) run(ConfigDialog)
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