Merge "rebuild the tempest tox env during install"

This commit is contained in:
Jenkins 2017-04-11 13:23:20 +00:00 committed by Gerrit Code Review
commit e8b84dbc59

@ -622,7 +622,7 @@ function install_tempest {
git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH
pip_install tox pip_install tox
pushd $TEMPEST_DIR pushd $TEMPEST_DIR
tox --notest -efull tox -r --notest -efull
# NOTE(mtreinish) Respect constraints in the tempest full venv, things that # 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 # are using a tox job other than full will not be respecting constraints but
# running pip install -U on tempest requirements # running pip install -U on tempest requirements