mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix one more test
This commit is contained in:
@@ -207,6 +207,7 @@ def test_pip_upgrade(group, allowed):
|
||||
"-m",
|
||||
"pip",
|
||||
"install",
|
||||
"--no-user",
|
||||
"--ignore-installed",
|
||||
"--no-deps",
|
||||
"testpath==0.3.0",
|
||||
@@ -219,6 +220,7 @@ def test_pip_upgrade(group, allowed):
|
||||
preexec_fn=partial(setgroup, group),
|
||||
)
|
||||
|
||||
|
||||
def test_symlinks():
|
||||
"""
|
||||
Test we symlink tljh-config to /usr/local/bin
|
||||
|
||||
Reference in New Issue
Block a user