jupyter / jupyter_client

Jupyter protocol client APIs
https://jupyter-client.readthedocs.io
BSD 3-Clause "New" or "Revised" License
383 stars 283 forks source link

Revert "Backport PR #845: Fix pending kernels again" #851

Closed blink1073 closed 1 year ago

blink1073 commented 1 year ago

Reverts jupyter/jupyter_client#848

ccordoba12 commented 1 year ago

Could you explain what the reason for this revert was? I think that's important for people that follow this repo.

blink1073 commented 1 year ago

The 7.4.0 release caused some errors in the server tests relating to shutdown behavior. I'm working on a fix now.

ccordoba12 commented 1 year ago

Thanks @blink1073!