X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Ftox-install.sh;h=56bc43a946f74739affe4a46524afa8ea6ff0fdd;hb=d1e8579fac0f3a0aeba74f70b27a06ab3fdad54f;hp=25ff3ca5df1428f41b3780c6700a82bfa7e40632;hpb=758df937f1010be8cc13fbeff0e727e2696ebeb6;p=releng%2Fglobal-jjb.git diff --git a/shell/tox-install.sh b/shell/tox-install.sh index 25ff3ca5..56bc43a9 100644 --- a/shell/tox-install.sh +++ b/shell/tox-install.sh @@ -14,7 +14,12 @@ echo "---> tox-install.sh" # Use -x to show value of $PYTHON in output set -eux -o pipefail -# Tox version is pulled in through detox to mitigate version conflict -$PYTHON -m pip install --user --quiet --upgrade tox-pyenv +# shellcheck disable=SC1090 +source ~/lf-env.sh +lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 + +# installs are silent, show version details in log +$PYTHON --version +$PYTHON -m pip --version $PYTHON -m pip freeze