diff --git a/lib/tempest b/lib/tempest index 871e9e7383..4bfdc50abe 100644 --- a/lib/tempest +++ b/lib/tempest @@ -52,7 +52,7 @@ function install_tempest() { # Tempest doesn't satisfy its dependencies on its own, so # install them here instead. - sudo pip install -r $TEMPEST_DIR/tools/pip-requires + pip_install -r $TEMPEST_DIR/tools/pip-requires }