mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
update: jupyterhub 4
This commit is contained in:
committed by
Erik Sundell
parent
7431151ed3
commit
b3365fbe45
@@ -31,7 +31,7 @@ def test_hub_version():
|
|||||||
r = requests.get(hub_url + "/hub/api")
|
r = requests.get(hub_url + "/hub/api")
|
||||||
r.raise_for_status()
|
r.raise_for_status()
|
||||||
info = r.json()
|
info = r.json()
|
||||||
assert V("3.0") <= V(info["version"]) <= V("4.0")
|
assert V("4") <= V(info["version"]) <= V("5")
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ def ensure_jupyterhub_package(prefix):
|
|||||||
conda.ensure_pip_packages(
|
conda.ensure_pip_packages(
|
||||||
prefix,
|
prefix,
|
||||||
[
|
[
|
||||||
"jupyterhub==3.*",
|
"jupyterhub==4.*",
|
||||||
"jupyterhub-systemdspawner==0.17.*",
|
"jupyterhub-systemdspawner==0.17.*",
|
||||||
"jupyterhub-firstuseauthenticator==1.*",
|
"jupyterhub-firstuseauthenticator==1.*",
|
||||||
"jupyterhub-nativeauthenticator==1.*",
|
"jupyterhub-nativeauthenticator==1.*",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# our integration tests fail.
|
# our integration tests fail.
|
||||||
#
|
#
|
||||||
# JupyterHub + notebook package are base requirements for user environment
|
# JupyterHub + notebook package are base requirements for user environment
|
||||||
jupyterhub==3.*
|
jupyterhub==4.*
|
||||||
notebook==6.*
|
notebook==6.*
|
||||||
# Install additional notebook frontends!
|
# Install additional notebook frontends!
|
||||||
jupyterlab==3.*
|
jupyterlab==3.*
|
||||||
|
|||||||
Reference in New Issue
Block a user