]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43981: Fix error in idle-test leak test (GH-25739)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 30 Apr 2021 03:52:47 +0000 (23:52 -0400)
committerGitHub <noreply@github.com>
Fri, 30 Apr 2021 03:52:47 +0000 (23:52 -0400)
commita62e424de0c394cda178a8d934d06f0559b5e28d
tree59e0e7e3e29155ec6775701872173c77b72c24ee
parent175a54b2d8f967605f1d46b5cadccdcf2b54842f
bpo-43981: Fix error in idle-test leak test (GH-25739)

Remove call to macosx.setupApp, which calls macosc.overrideRootMenu, which modifies
the menus, which results in two failures in the second round of the leak test.
Lib/idlelib/idle_test/test_sidebar.py