Skip to content

Commit 3a68df7

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Cap tox != 2.8.0 temporarily to avoid ValueError"
2 parents ee72981 + 730faa2 commit 3a68df7

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
@@ -613,7 +613,7 @@ function configure_tempest {
613613
# install_tempest() - Collect source and prepare
614614
function install_tempest {
615615
git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH
616-
pip_install tox
616+
pip_install 'tox!=2.8.0'
617617
pushd $TEMPEST_DIR
618618
tox -r --notest -efull
619619
# NOTE(mtreinish) Respect constraints in the tempest full venv, things that

0 commit comments

Comments
 (0)