Remove unused pipdeptree install
[releng/builder.git] / jjb / integration / integration-install-robotframework.sh
index 5c5a74e315dc6b974d9f2a7a09008be3442a709d..78b9a98e0fa5a8a4562f66eaba2e2fac542cb4da 100644 (file)
@@ -45,11 +45,6 @@ pip install --upgrade pyangbind
 # Module for iso8601 datetime format
 pip install --upgrade isodate
 
-# Modules for tornado and jsonpointer used by client libraries of IoTDM project
-# Note: Could be removed when client running on tools VM is used instead
-#       of client libraries only.
-pip install --upgrade tornado jsonpointer
-
 # Module for TemplatedRequests.robot library
 pip install --upgrade jmespath
 
@@ -68,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 :