adjusted integration test to call new hook

This commit is contained in:
Will Dampier
2022-09-02 14:47:25 -04:00
parent 8d1033393c
commit 58181c9671
2 changed files with 9 additions and 0 deletions

View File

@@ -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"
]