Skip to content

Commit

Permalink
Pass constraints to the [testenv] target
Browse files Browse the repository at this point in the history
  • Loading branch information
freyes committed Oct 5, 2023
1 parent b4b6694 commit efbf277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ passenv =
CS_*
OS_*
TEST_*
extras = {env:EXTRA}
deps =
-r{toxinidir}/test-requirements.txt
-c{toxinidir}/constraints-{env:EXTRA:juju-29}.txt
-r{toxinidir}/test-requirements.txt
commands = pytest --cov=./zaza/ {posargs} {toxinidir}/unit_tests

[testenv:py3]
Expand Down

0 comments on commit efbf277

Please sign in to comment.