fix unit test

avoid performing pip installs for mlflow-based tests
This commit is contained in:
Andrew Tolopko
2022-07-29 09:57:55 -04:00
parent 30e19e47c6
commit 03d9e8e6aa

View File

@@ -41,6 +41,9 @@ class TestCliAnnotate(unittest.TestCase):
model_file_path,
"--output-h5ad-file",
f"{query_dataset_file_path}.output",
# avoid having mflow create conda env or virtualenv when in test env;
# this avoids making pip remote requests and is also faster
"--mlflow-env-manager", "local"
],
)