X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Ftox-install.sh;h=9e50ead4021223df8f08421b025f4513960dee9c;hb=7255eaaa4f73e7867f0a64199b5b45cb92e8fbfc;hp=96c0fa38055f08e6f56551e76a969262893ba18b;hpb=7523625d22342839f99c02c0400a4b5d17252671;p=releng%2Fglobal-jjb.git diff --git a/shell/tox-install.sh b/shell/tox-install.sh index 96c0fa38..9e50ead4 100644 --- a/shell/tox-install.sh +++ b/shell/tox-install.sh @@ -18,8 +18,7 @@ virtualenv --quiet -p "$PYTHON_VERSION" "/tmp/v/tox" # shellcheck source=/tmp/v/tox/bin/activate disable=SC1091 source "/tmp/v/tox/bin/activate" pip install --quiet --upgrade "pip==9.0.3" setuptools -pip install --quiet --upgrade pipdeptree pip install --quiet --upgrade argparse detox "tox<3.0.0" tox-pyenv -echo "----> Pip Dependency Tree" -pipdeptree +echo "----> pip freeze" +pip freeze