From 8b59dd2203f6daaf0bc7d60d7a4eb8eee25c0095 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 29 Aug 2019 16:42:59 -0400 Subject: [PATCH] Remove unused pipdeptree install No point installing this package if it's not being used at all. Change-Id: I278ea33cebc4819c7794ac7f7f54eabc02422848 Signed-off-by: Thanh Ha --- jjb/integration/integration-install-robotframework.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/jjb/integration/integration-install-robotframework.sh b/jjb/integration/integration-install-robotframework.sh index 75e389d97..78b9a98e0 100644 --- a/jjb/integration/integration-install-robotframework.sh +++ b/jjb/integration/integration-install-robotframework.sh @@ -63,7 +63,6 @@ pip install odltools odltools -V # Print installed versions. -pip install --upgrade pipdeptree pip freeze # vim: sw=4 ts=4 sts=4 et ft=sh : -- 2.36.6