Skip to content

Commit

Permalink
Add tox for running MLflow UATs only (#126)
Browse files Browse the repository at this point in the history
* Add tox for running MLflow UATs
  • Loading branch information
misohu authored Sep 30, 2024
1 parent 78510f8 commit b9848a5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,14 @@ setenv =
deps =
-r requirements.txt
description = Run UATs for Kubeflow and Integrations

[testenv:mlflow-{local,remote}]
commands =
# run all MLFlow UATs
pytest -vv --tb native {[vars]driver_path} -s --filter "mlflow" --model kubeflow {posargs}
setenv =
local: LOCAL = True
remote: LOCAL = False
deps =
-r requirements.txt
description = Run UATs for MLflow

0 comments on commit b9848a5

Please sign in to comment.