]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
IDLE: Fix test_debugger bug and buildbot failures (#112258)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 19 Nov 2023 06:39:26 +0000 (01:39 -0500)
committerGitHub <noreply@github.com>
Sun, 19 Nov 2023 06:39:26 +0000 (06:39 +0000)
commit14fd86a59d0d91fe72641efeb14a59d99127dec3
tree902d3bd6d08357b7db89a228ab95f71b575079b8
parentadedcfa06b553242d8033f6d9bebbcb3bc0dbb4d
IDLE: Fix test_debugger bug and buildbot failures (#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.
Lib/idlelib/idle_test/test_debugger.py