mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Merge branch 'master' into test-staged-binaries
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
- Add Tests
|
||||
- Test for Pysqlite
|
||||
- Bug fix: pipenv no longer installs twice on CI
|
||||
|
||||
- Add support for staging binary testing
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
# 157 (2019-09-18)
|
||||
|
||||
@@ -42,6 +42,8 @@ export BUILD_DIR CACHE_DIR ENV_DIR
|
||||
VENDOR_URL="https://lang-python.s3.amazonaws.com/$STACK"
|
||||
if [[ -n ${BUILDPACK_VENDOR_URL:-} ]]; then
|
||||
VENDOR_URL="$BUILDPACK_VENDOR_URL"
|
||||
elif [[ -n ${USE_STAGING_BINARIES} ]]; then
|
||||
VENDOR_URL="$USE_STAGING_BINARIES/$STACK"
|
||||
fi
|
||||
export VENDOR_URL
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
# shellcheck source=bin/default_pythons
|
||||
source "bin/default_pythons"
|
||||
|
||||
assertCaptured "Installing SQLite3"
|
||||
|
||||
testPythonDefault() {
|
||||
updateVersion "pythonDefault" $DEFAULT_PYTHON_VERSION
|
||||
compile "pythonDefault"
|
||||
|
||||
Reference in New Issue
Block a user