]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] IDLE: Fix test_debugger bug and buildbot failures (GH-112258) (#112259)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Nov 2023 06:53:37 +0000 (07:53 +0100)
committerGitHub <noreply@github.com>
Sun, 19 Nov 2023 06:53:37 +0000 (06:53 +0000)
commit89c51808398c2f4e199c7c61404ea2113f6890e9
tree7f7ccace7b4f6ff700a2f0ffc1ceda2c786206f3
parenta62dcacc6e7fabc82c50dd942a838cd69d2846bd
[3.12] IDLE: Fix test_debugger bug and buildbot failures (GH-112258) (#112259)

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