-
Notifications
You must be signed in to change notification settings - Fork 55
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
Master test failure #73
Comments
Edit: always failing on windows-latest 3.6. |
It looks a lot like the issue we had in jupyter_server, basically there was a bug in Python on Windows that has been fixed and back-ported to python >= 3.7 (https://bugs.python.org/issue37380). |
Thanks for raising. If someone hasn't dug into fixing this in a couple days I should have time at the end of the week to fix builds. There's a number of doc build failures across projects as well that need tweaks to repair :/ |
nbclient doc builds are passing. |
Thanks! Do you know if there is an advertized workaround so that we don't have to drop support for windows and Python 3.6. |
I couldn't find any. |
We should ask for one on the CPython issue. |
Agreed. @davidbrochart do you have enough context to make that issue? I'm less familiar with the nature of the issue. |
See #77 |
Looks like it's all resolved now. Thanks @davidbrochart ! |
Thee tests on master appear to be failing on Windows + Python 3.6 over
OSError: [WinError 6] The handle is invalid
.I re-started the tests to see if this occurs all the time, because the PR that was merged last was passing.
The text was updated successfully, but these errors were encountered: