Browse code

Cap tox != 2.8.0 temporarily to avoid ValueError

This is proposed temporary change to avoid
"ValueError: need more than 1 value to unpack" error in stack.

Change-Id: I743febbef3a1f201cea37471356518be31585277

Anna Khmelnitsky authored on 2017/09/02 08:25:09
Showing 1 changed files
... ...
@@ -608,7 +608,7 @@ function configure_tempest {
608 608
 # install_tempest() - Collect source and prepare
609 609
 function install_tempest {
610 610
     git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH
611
-    pip_install tox
611
+    pip_install 'tox!=2.8.0'
612 612
     pushd $TEMPEST_DIR
613 613
     tox -r --notest -efull
614 614
     # NOTE(mtreinish) Respect constraints in the tempest full venv, things that