jupyter / nbclassic

Jupyter Notebook as a Jupyter Server extension
https://nbclassic.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
73 stars 62 forks source link

pytest-jupyter should work as a replacement for pytest-tornasync #198

Open frenzymadness opened 1 year ago

frenzymadness commented 1 year ago

pytest-tornasync is dead upstream and pytest-jupyter contains some of its important pieces so you no longer need it, see https://github.com/jupyter-server/pytest-jupyter/commit/10cf9ca3f7256e9793059838a5d2acc9763ab982

https://github.com/jupyter/nbclassic/blob/8e5232e43049389290cf3e4375df407dc3aac04b/setup.cfg#L71

Also, jupyter-server-terminals already switched and it seems to be easy, see https://github.com/jupyter-server/jupyter_server_terminals/commit/744451298913d2c2d81698f94d16dfb595df897f

This change will happen across the entire Jupyter ecosystem sooner or later, see for example https://github.com/jupyterlab/jupyterlab/issues/13794

My motivation for this request is that I'm trying to package Jupyter Lab and the latest Notebook into Fedora Linux and packaging unmaintained projects like tornasync is a bad idea.