mirror of
https://github.com/python/cpython.git
synced 2025-10-22 06:32:43 +00:00
Issue #24782: Don't try to run now-removed extension dialog test.
This commit is contained in:
parent
f84499a4e3
commit
47304c0669
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue