Skip to content

Commit

Permalink
add env var to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcocenza committed May 13, 2024
1 parent 2156688 commit 964033b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ basepython = python3
setenv =
PYTHONPATH={toxinidir}
TEST_PYTHON_PACKAGE={envdir}
MODEL_CONSTRAINTS=""

[testenv:dev-environment]
envdir = {toxinidir}/.venv
Expand Down Expand Up @@ -65,5 +64,6 @@ passenv =
TEST_*
OS_*
USER
MODEL_*
commands =
functest-run-suite {posargs:--keep-faulty-model}

0 comments on commit 964033b

Please sign in to comment.