Skip to content

[3.12] gh-79871: IDLE-Fix test_debugger bug and buildbot failures (GH-112258) #112259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 19, 2023

Conversation

miss-islington
Copy link
Contributor

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 14fd86a)

Co-authored-by: Terry Jan Reedy tjreedy@udel.edu

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 14fd86a)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-app bedevere-app bot added awaiting review tests Tests in the Lib/test dir skip issue skip news type-bug An unexpected behavior, bug, or error labels Nov 19, 2023
@terryjreedy terryjreedy enabled auto-merge (squash) November 19, 2023 06:41
@terryjreedy terryjreedy self-assigned this Nov 19, 2023
@terryjreedy terryjreedy merged commit 89c5180 into python:3.12 Nov 19, 2023
@terryjreedy
Copy link
Member

Fix for bug in #11451 for #79871 and backports.

@terryjreedy terryjreedy changed the title [3.12] IDLE: Fix test_debugger bug and buildbot failures (GH-112258) [3.12] gh-79871: IDLE-Fix test_debugger bug and buildbot failures (GH-112258) Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip issue skip news tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants