aboutsummaryrefslogtreecommitdiff
path: root/tests/script/bootstrap
diff options
context:
space:
mode:
authorstraccio <lord.strambo@gmail.com>2016-06-22 10:52:07 +0200
committerstraccio <lord.strambo@gmail.com>2016-06-22 10:52:07 +0200
commit6c5589bd3ce91b5123088b8f28472605aa327195 (patch)
treec4954f993f8eff0124a81efe3aa800e21ddbad5a /tests/script/bootstrap
parente3d97f76f5ce2256c90460719eae19621374cac3 (diff)
parentc0fea5ccd9d4db662c2a64e8c390d671d138bae7 (diff)
Merge remote-tracking branch 'sudar/master'
Diffstat (limited to 'tests/script/bootstrap')
-rw-r--r--tests/script/bootstrap/common.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/script/bootstrap/common.sh b/tests/script/bootstrap/common.sh
index a6b6415..c3cd90e 100644
--- a/tests/script/bootstrap/common.sh
+++ b/tests/script/bootstrap/common.sh
@@ -184,7 +184,6 @@ if [ -z $COMMON_SOURCED ]; then
PIP_SUDO_CMD=$SUDO_CMD
fi
- $PIP_SUDO_CMD pip install --upgrade setuptools
$PIP_SUDO_CMD pip install --src dependencies --pre -Ur $BOOTSTRAP_DIR/pip-requirements.txt
COMMON_SOURCED=1