Switch pip version pinning from <8 to !=8
The pip issue pypa/pip#3384 is already been fixed after pip 8.0.1 released. Since the pip 8.0 version breaks things, just skip it in version pinning. TrivialFix Change-Id: Ida3e7cac5ecfd2ee7266e53650bf1732d5f9d6a0
This commit is contained in:
parent
21295aebf0
commit
4ced9e7a4c
@ -737,7 +737,7 @@ install_db_connector
|
||||
# Install rally
|
||||
cd "$SOURCEDIR"
|
||||
# Get latest available pip and reset shell cache
|
||||
pip install -i $BASE_PIP_URL -U 'pip<8'
|
||||
pip install -i $BASE_PIP_URL -U 'pip!=8'
|
||||
hash -r
|
||||
|
||||
# Install dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user