-
Notifications
You must be signed in to change notification settings - Fork 22
Fix on bug causing Kernel launch to timeout #141
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
Conversation
…y - isinstance(type, dict) - 'type' is a built-in class for type which will never be an instance of dict type
I'll investigate test failures today/tomorrow (which are unrelated) and merge this as soon as that work is done. Thank you for the PR! |
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.
Good catch - thank you.
@rao23 thanks for reaching out and for the question. The failures that were ignored for #142 have all been fixed now (in #143), so the failing tests on this PR (after merging in the latest changes from main) should be unrelated to that. To see whether or not the failures in this PR are caused by this change, I checked out both the current For So, the change in this PR is the cause of that failure. I don't know why (yet), but since the change was from "expected failure" to just "failure", I suspect that there is some sort of update to the |
It looks like simply removing the I.E. this PR fixes the expected failure, so now we have to update the expectation. |
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.
Thank you @ojarjur!
for more information, see https://pre-commit.ci
…way_provisioners into fix-kernelspecs-issue Resolved merge conflicts from pull
@kevin-bates I believe this PR is ready to be merged now, please let me know if anything else is needed from my end. |
This is a fix on the issue #139