Skip to content

Commit

Permalink
Add TEST_JUJU3 pass_env to tox .pkg env
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildein committed Apr 17, 2024
1 parent 8b06c8e commit 14bab3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ deps =
-r{toxinidir}/test-requirements.txt
commands = pytest --cov=./zaza/ {posargs} {toxinidir}/unit_tests

[testenv:.pkg]
pass_env =
# NOTE: This is required because tox>=4 will not pass env. See https://github.com/tox-dev/tox/issues/2543.
TEST_JUJU3

[testenv:py3]
basepython = python3

Expand Down

0 comments on commit 14bab3a

Please sign in to comment.