From: Thanh Ha Date: Sun, 11 Jun 2017 16:10:43 +0000 (+0000) Subject: Merge "Do not print pipdeptree for lftools" X-Git-Tag: v0.3.0~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=5785ce683ff42678e42565aee81ffc5f840990b3;hp=550cfc7aefc651602a7ed04151c86f0e20fd18cb;p=releng%2Fglobal-jjb.git Merge "Do not print pipdeptree for lftools" --- diff --git a/shell/lftools-install.sh b/shell/lftools-install.sh index cebb0a5d..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" -$PYTHON -m 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