Remove unused pipdeptree install 79/84079/1
authorThanh Ha <zxiiro@gmail.com>
Thu, 29 Aug 2019 20:42:59 +0000 (16:42 -0400)
committerThanh Ha <zxiiro@gmail.com>
Thu, 29 Aug 2019 20:43:50 +0000 (16:43 -0400)
No point installing this package if it's not being used at all.

Change-Id: I278ea33cebc4819c7794ac7f7f54eabc02422848
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
jjb/integration/integration-install-robotframework.sh

index 75e389d977f970af708eda7f4f26bc4d248e9565..78b9a98e0fa5a8a4562f66eaba2e2fac542cb4da 100644 (file)
@@ -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 :