]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] IDLE: Fix test_debugger bug and buildbot failures (GH-112258) (#112260)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Nov 2023 06:59:56 +0000 (07:59 +0100)
committerGitHub <noreply@github.com>
Sun, 19 Nov 2023 06:59:56 +0000 (06:59 +0000)
commitd065e30b00cc4ba3db33c45563341a33588e7bb9
tree30b5c35e5f86a2d77fce4994b02481f2d4c91a9b
parente19d75df7617026d4822fcd95de3d4d277d53525
[3.11] IDLE: Fix test_debugger bug and buildbot failures (GH-112258) (#112260)

IDLE: Fix test_debugger bug and buildbot failures (GH-112258)

Missing "requires('gui')" causes Tk() to fail when no gui.
This caused CI Hypothesis test to fail, but I did not understand
the its error message. Then buildbots failed.

IdbTest failed on draft Bdb replacement because so different.
Simplified version works on old and new.
(cherry picked from commit 14fd86a59d0d91fe72641efeb14a59d99127dec3)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/idle_test/test_debugger.py