Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-79871: IDLE - Fix test_debugger bug and buildbot failures#112258
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Missing "requires('gui')" causes Tk() to fail when no gui.IdbTest failed on draft Bdb replacement because so different.
Thanks@terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Missing "requires('gui')" causes Tk() to fail when no gui.This caused CI Hypothesis test to fail, but I did not understandthe 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 commit14fd86a)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
GH-112259 is a backport of this pull request to the3.12 branch. |
Missing "requires('gui')" causes Tk() to fail when no gui.This caused CI Hypothesis test to fail, but I did not understandthe 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 commit14fd86a)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
GH-112260 is a backport of this pull request to the3.11 branch. |
…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 understandthe 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 commit14fd86a)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…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 understandthe 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 commit14fd86a)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
GH-112259 is a backport of this pull request to the3.12 branch. |
GH-112260 is a backport of this pull request to the3.11 branch. |
Missing "requires('gui')" causes Tk() to fail when no gui.This caused CI Hypothesis test to fail, but I did not understandthe its error message. Then buildbots failed.IdbTest failed on draft Bdb replacement because so different.Simplified version works on old and new.
Missing "requires('gui')" causes Tk() to fail when no gui.This caused CI Hypothesis test to fail, but I did not understandthe its error message. Then buildbots failed.IdbTest failed on draft Bdb replacement because so different.Simplified version works on old and new.
Missing "requires('gui')" causes Tk() to fail when no gui. This caused CI Hypothesis test to fail,
but I did not understand message. Then buildbots failed.
IdbTest failed on draft Bdb replacement because so different.
Simplified version works on old and new.