We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee72981 + 730faa2 commit 3a68df7Copy full SHA for 3a68df7
1 file changed
lib/tempest
@@ -613,7 +613,7 @@ function configure_tempest {
613
# install_tempest() - Collect source and prepare
614
function install_tempest {
615
git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH
616
- pip_install tox
+ pip_install 'tox!=2.8.0'
617
pushd $TEMPEST_DIR
618
tox -r --notest -efull
619
# NOTE(mtreinish) Respect constraints in the tempest full venv, things that
0 commit comments