X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Flftools-install.sh;h=8b1c8f1ba97d53be6a8986431e61d3aa020c24f2;hb=3a0a6bc90e5a9a3a77e4b15ee2c796aef5f216e4;hp=19dd1e03bdea25c23e825271d54c70734ef75b55;hpb=bd6a04da58bc51ab4b5170a76525d91337322927;p=releng%2Fglobal-jjb.git diff --git a/shell/lftools-install.sh b/shell/lftools-install.sh index 19dd1e03..8b1c8f1b 100644 --- a/shell/lftools-install.sh +++ b/shell/lftools-install.sh @@ -19,8 +19,10 @@ virtualenv --quiet "$WORKSPACE/.virtualenvs/lftools" source "$WORKSPACE/.virtualenvs/lftools/bin/activate" PYTHON="$WORKSPACE/.virtualenvs/lftools/bin/python" $PYTHON -m pip install --quiet --upgrade pip -$PYTHON -m pip install --quiet --upgrade pipdeptree $PYTHON -m pip install --quiet --upgrade "lftools<1.0.0" -echo "----> Pip Dependency Tree" -pipdeptree +# pipdeptree prints out a lot of information because lftools pulls in many +# dependencies. Let's only print it if we want to debug. +# echo "----> Pip Dependency Tree" +# $PYTHON -m pip install --quiet --upgrade pipdeptree +# $PYTHON -m pipdeptree