Skip to content

Commit 730faa2

Browse files
author
Anna Khmelnitsky
committed
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
1 parent d84f10c commit 730faa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tempest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ function configure_tempest {
608608
# install_tempest() - Collect source and prepare
609609
function install_tempest {
610610
git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH
611-
pip_install tox
611+
pip_install 'tox!=2.8.0'
612612
pushd $TEMPEST_DIR
613613
tox -r --notest -efull
614614
# NOTE(mtreinish) Respect constraints in the tempest full venv, things that

0 commit comments

Comments
 (0)