I'm not sure if I'm barking up the wrong tree and this is a problem with jupyter_client, but I'm sure you are more qualified to assess that.
Description:
Python version: 3.8
Os: Windows 10 (windows-latest on github actions)
If you run nbval with this settings, The kernel does not respond and throws:
RuntimeError: Kernel didn't respond in 60 seconds
This problem only occurs on Windows, MacOx and Linux work fine.
PS: If you are interested to migrate you tests to github actions as well, I could make a PR for that.
I'm not sure if I'm barking up the wrong tree and this is a problem with
jupyter_client, but I'm sure you are more qualified to assess that.Description:
Python version: 3.8
Os: Windows 10 (
windows-lateston github actions)If you run nbval with this settings, The kernel does not respond and throws:
RuntimeError: Kernel didn't respond in 60 secondsThis problem only occurs on Windows, MacOx and Linux work fine.
PS: If you are interested to migrate you tests to github actions as well, I could make a PR for that.