Install newer pip in install_rally.sh
Newer pip is required to handle certain requirements correctly. Closes-Bug: #1466055 Change-Id: I7f7fcd8a7f50e51d61677dd8126fec7016006caa
This commit is contained in:
parent
4029812f5b
commit
4d2dea3a33
@ -708,6 +708,8 @@ install_db_connector
|
||||
|
||||
# Install rally
|
||||
cd "$SOURCEDIR"
|
||||
# Get latest available pip
|
||||
pip install -i $BASE_PIP_URL -U 'pip'
|
||||
# Install dependencies
|
||||
pip install -i $BASE_PIP_URL pbr 'tox<=1.6.1'
|
||||
# Uninstall possible previous version
|
||||
|
Loading…
Reference in New Issue
Block a user