Browse code

Merge "use pip_install to install packages for tempest"

Jenkins authored on 2012/12/06 04:47:40
Showing 1 changed files
... ...
@@ -52,7 +52,7 @@ function install_tempest() {
52 52
 
53 53
     # Tempest doesn't satisfy its dependencies on its own, so
54 54
     # install them here instead.
55
-    sudo pip install -r $TEMPEST_DIR/tools/pip-requires
55
+    pip_install -r $TEMPEST_DIR/tools/pip-requires
56 56
 }
57 57
 
58 58