-
Notifications
You must be signed in to change notification settings - Fork 286
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
Broken tests (test_client.py::TestKernelClient) with python 3.10.9 in 7.x #901
Comments
Thanks for reporting @danigm. |
I tried to run the tests with python 3.10.9 for 8.0, but it looks like it's failing for a different reason: https://github.com/danigm/jupyter_client/actions/runs/3702412290/jobs/6272676495 |
I tested against 3.10.10 and verified that it passes now. |
With the latest release of python 3.10 (3.10.9) some tests are failing:
https://github.com/danigm/jupyter_client/actions/runs/3702076899/jobs/6271964221
It looks like it's related to the
run_sync
function inutils.py
: https://github.com/jupyter/jupyter_client/blob/7.x/jupyter_client/utils.py#L16-L21The text was updated successfully, but these errors were encountered: