This is proposed temporary change to avoid
"ValueError: need more than 1 value to unpack" error in stack.
Change-Id: I743febbef3a1f201cea37471356518be31585277
| ... | ... |
@@ -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 |