jupyterhub / nbgitpuller

Jupyter server extension to sync a git repository one-way to a local path
https://nbgitpuller.readthedocs.io
BSD 3-Clause "New" or "Revised" License
205 stars 84 forks source link

Add test for Python 3.12, jupyter_server 1, notebook 5 and 7, and git 2.43 (ubuntu 24.04) #345

Closed consideRatio closed 3 months ago

yuvipanda commented 3 months ago

Not sure why the test is failing though. LGTM once that is fixed

consideRatio commented 3 months ago

Notebook 6 required a pyzmq version that didn't support py312. I fixed it by not forcing notebook 6 to be installed in the Python 3.12 test, but instead pinning notebook 6 in other tests.

consideRatio commented 3 months ago

Thanks @yuvipanda and @minrk!