Skip to content

Commit

Permalink
Suppress warnings from pypa/pip#10151 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
markbastiaans committed Jul 30, 2021
1 parent 99267df commit 7b0bd4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/bootstrap-python
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ BUILDPACK_PATH=$(dirname "$0")/..
BUILD_PATH=$1
CACHE_PATH=$2

# This is set as a (temporary) solution for pip 21.2 and https://github.com/pypa/pip/issues/10151
export _PIP_LOCATIONS_NO_WARN_ON_MISMATCH=1

# Bootstrap and install the Python requirements from wheels.
# Minimal packaging for the buildpack includes pip and setuptools wheels.
REQUIREMENTS_PATH="${BUILDPACK_PATH}/requirements.txt"
Expand Down

0 comments on commit 7b0bd4e

Please sign in to comment.