Skip to content
Snippets Groups Projects
Unverified Commit d9456b6d authored by Casey's avatar Casey Committed by GitHub
Browse files

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

update buildpack tests to expect success for all 2.7.15 builds
parents 95779d67 61591594
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment