-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Rework wait_for_ready logic #578
Conversation
23a6163
to
9b47377
Compare
9b47377
to
a6a68b6
Compare
@@ -97,6 +97,7 @@ def run(self): | |||
'pytest-cov', | |||
'flaky', | |||
'nose', # nose because there are still a few nose.tools imports hanging around | |||
'jedi<=0.17.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eventually yes, but the tests were failing without that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm aware of this, but I'm swamped and haven't had a chance to look at IPython since mid december, I know there are a bunch of issues and PRs I need o review/fix/merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davidbrochart - can we add a comment to the effect here, so that we know later when we can remove the pin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in #579
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@meeseeksdev please backport to 5.4.x |
…on-5.4.x Backport PR #578 on branch 5.4.x (Rework wait_for_ready logic)
This implements the same logic as in jupyter_client.
Closes jupyter/jupyter_client#601