Merge pull request #745 from heroku/fix-27-tests

update buildpack tests to expect success for all 2.7.15 builds
This commit is contained in:
Casey
2018-09-04 09:58:07 -04:00
committed by GitHub
-9
View File
@@ -81,18 +81,9 @@ testPylibmc() {
}
testPython2() {
if [[ "$STACK" == "heroku-16" ]] || [[ "$STACK" == "cedar-14" ]]; then
compile "python2"
assertCaptured "python-2.7.15"
assertCapturedSuccess
fi
}
testNoPython2() {
if [[ "$STACK" == "heroku-18" ]]; then
compile "python2"
assertCapturedError
fi
}
testPython3() {