Browse code

Merge "Cap tox != 2.8.0 temporarily to avoid ValueError"

Jenkins authored on 2017/09/06 10:09:51
Showing 1 changed files
... ...
@@ -613,7 +613,7 @@ function configure_tempest {
613 613
 # install_tempest() - Collect source and prepare
614 614
 function install_tempest {
615 615
     git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH
616
-    pip_install tox
616
+    pip_install 'tox!=2.8.0'
617 617
     pushd $TEMPEST_DIR
618 618
     tox -r --notest -efull
619 619
     # NOTE(mtreinish) Respect constraints in the tempest full venv, things that