Merge "Replace pip freeze with pipdeptree"
[releng/builder.git] / jjb / integration / integration-install-robotframework.sh
index e79699e302053514378623c6547eb0222c77a8ae..adf1f86b703e6e3369807a0380fe520d59d34566 100644 (file)
@@ -64,6 +64,7 @@ pip install networking-l2gw
 pip install python-neutronclient==6.1.0
 
 # Print installed versions.
-pip freeze
+pip install --upgrade pipdeptree
+pipdeptree
 
 # vim: sw=4 ts=4 sts=4 et ft=sh :