Skip to content
Snippets Groups Projects
Commit 23a33aad authored by Liam Young's avatar Liam Young
Browse files

Pass all CS_ vars to tox env to pickup timeout

Change-Id: I9b63f5edf7aaa3e2d106579d30ae9f90930b7f95
parent 88e34cbe
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir} ...@@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0 PYTHONHASHSEED=0
AMULET_SETUP_TIMEOUT=5400 AMULET_SETUP_TIMEOUT=5400
whitelist_externals = juju whitelist_externals = juju
passenv = HOME TERM AMULET_* passenv = HOME TERM AMULET_* CS_*
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt
install_command = install_command =
pip install {opts} {packages} pip install {opts} {packages}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment