You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jupyterhub 0.9.6 used a deprecated import (sqlalchemy.interfaces) that was removed in Sqlalchemy 1.4. The python 3.5 environment only installs 1.3, but the python 3.9 environment now uses 1.4 and thus Jupyterhub fails to run. Excluding this test instead of adding a version pin since running such an old JHub in a very modern environment should be quite rare.
0 commit comments