jupyterhub / jupyter-server-proxy

Jupyter notebook server extension to proxy web services.
https://jupyter-server-proxy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
347 stars 148 forks source link

ci: remove workaround running test in py311 instead of py312 #485

Closed consideRatio closed 2 months ago

consideRatio commented 2 months ago

I tried removing the python 3.11 pin but ran into the error below, and I don't think it is to be worked in notebook v6, so I've removed the fixme comment instead.

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.12.4/x64/bin/jupyter-notebook", line 5, in <module>
    from notebook.notebookapp import main
  File "/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/notebook/notebookapp.py", line 76, in <module>
    from .base.handlers import Template404, RedirectWithParams
  File "/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/notebook/base/handlers.py", line 35, in <module>
    from notebook.utils import is_hidden, url_path_join, url_is_absolute, url_escape, urldecode_unix_socket_path
  File "/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/notebook/utils.py", line 15, in <module>
    from distutils.version import LooseVersion
ModuleNotFoundError: No module named 'distutils'