tests: fix a bug in autorun.py that hung tests - #5146
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5146 +/- ##
==========================================
+ Coverage 80.63% 80.81% +0.17%
==========================================
Files 390 390
Lines 96936 96938 +2
==========================================
+ Hits 78168 78337 +169
+ Misses 18768 18601 -167
🚀 New features to boost your workflow:
|
ali-keys
force-pushed
the
autorun-fix-pr
branch
from
September 2, 2026 18:12
d958116 to
9a1ac14
Compare
gpotter2
reviewed
Sep 2, 2026
gpotter2
reviewed
Sep 2, 2026
gpotter2
left a comment
Member
There was a problem hiding this comment.
Minor comment otherwise lgtm
+ Emulate interact test to work without IPython installed AI-Assisted: yes (Claude Opus 4.7)
ali-keys
force-pushed
the
autorun-fix-pr
branch
from
September 2, 2026 19:14
9a1ac14 to
826c80c
Compare
Contributor
Author
|
@gpotter2 fixed. |
polybassa
approved these changes
Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes a bug in autorun.py that hung tests.
+ Emulate interact test to work without IPython installed.
see #4970 (comment)
AI-Assisted: yes (Claude Opus 4.7)