mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Drop support for ubuntu 20.04 and Python 3.8
This commit is contained in:
@@ -85,9 +85,9 @@ def test_ubuntu_too_old():
|
||||
"""
|
||||
Error with a useful message when running in older Ubuntu
|
||||
"""
|
||||
output = _run_bootstrap_in_container("ubuntu:18.04", False)
|
||||
output = _run_bootstrap_in_container("ubuntu:20.04", False)
|
||||
_stop_container()
|
||||
assert output.stdout == "The Littlest JupyterHub requires Ubuntu 20.04 or higher\n"
|
||||
assert output.stdout == "The Littlest JupyterHub requires Ubuntu 22.04 or higher\n"
|
||||
assert output.returncode == 1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user