From 583c52066da6738d12201bf3fcbb02b6c6690cfc Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 21 Mar 2017 11:15:05 -0400 Subject: [PATCH] rebuild the tempest tox env during install When redoing a stack.sh over and over again, tempest venv can get out of sync and cause issues until deleted. We should rebuild that tempest venv on every stack. Change-Id: I2f66bb1a7ccf9f89e11db1326d8553589e52fbf2 --- lib/tempest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tempest b/lib/tempest index cf7eb6f722..1160ee723c 100644 --- a/lib/tempest +++ b/lib/tempest @@ -618,7 +618,7 @@ function install_tempest { git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH pip_install tox pushd $TEMPEST_DIR - tox --notest -efull + tox -r --notest -efull # NOTE(mtreinish) Respect constraints in the tempest full venv, things that # are using a tox job other than full will not be respecting constraints but # running pip install -U on tempest requirements