mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
adjusted integration test to call new hook
This commit is contained in:
@@ -8,6 +8,14 @@ from tljh.hooks import hookimpl
|
||||
def tljh_extra_user_conda_packages():
|
||||
return [
|
||||
"hypothesis",
|
||||
"csvtk"
|
||||
]
|
||||
|
||||
@hookimpl
|
||||
def tljh_extra_user_conda_channels():
|
||||
return [
|
||||
"conda-forge",
|
||||
"bioconda"
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user