-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fix it so jupyter_kernel_test runs without error on Windows #92
Conversation
The issue appears to be that when running the python tests on Windows that the kernel json cannot be parsed in order to do the tests if I read the output correctly. I will investigate. |
aa6daa0
to
36f4c1f
Compare
Tests are now running. Just need to work out why they are failing. |
@JohanMabille @vgvassilev @alexander-penev can you review this PR? It makes changes such that the kernels can be parsed on Windows for jupyter_kernel_test , so they can now run. I have stopped the failing tests from running on Windows, and raised it as an issue here #95. |
This PR will make it so the jupyter kernel tests can run on Windows.