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",
|
"-m",
|
||||||
"pip",
|
"pip",
|
||||||
"install",
|
"install",
|
||||||
|
"--no-user",
|
||||||
"--ignore-installed",
|
"--ignore-installed",
|
||||||
"--no-deps",
|
"--no-deps",
|
||||||
"testpath==0.3.0",
|
"testpath==0.3.0",
|
||||||
@@ -219,6 +220,7 @@ def test_pip_upgrade(group, allowed):
|
|||||||
preexec_fn=partial(setgroup, group),
|
preexec_fn=partial(setgroup, group),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def test_symlinks():
|
def test_symlinks():
|
||||||
"""
|
"""
|
||||||
Test we symlink tljh-config to /usr/local/bin
|
Test we symlink tljh-config to /usr/local/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user