X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Ftox-install.sh;h=ad9833626608351ab1d4f9a9e33a932a0284b735;hb=2a10c83b2d506008cc6c01c134515fb6328e1f3a;hp=3aceceb213e5d97c797f19d15de880f206ac4501;hpb=a9a25596239cc8b5fd374cf742764fe5a9c2a3d7;p=releng%2Fglobal-jjb.git diff --git a/shell/tox-install.sh b/shell/tox-install.sh index 3aceceb2..ad983362 100644 --- a/shell/tox-install.sh +++ b/shell/tox-install.sh @@ -14,7 +14,8 @@ echo "---> tox-install.sh" # DO NOT set -u as virtualenv's activate script has unbound variables set -e -o pipefail -python -m pip install --user --quiet --upgrade argparse detox "tox<3.0.0" tox-pyenv +# Tox version is pulled in through detox to mitigate version conflict +python -m pip install --user --quiet --upgrade argparse detox tox-pyenv echo "----> pip freeze" pip freeze