Skip to content

Commit d9456b6

Browse files
authored
Merge pull request #745 from heroku/fix-27-tests
update buildpack tests to expect success for all 2.7.15 builds
2 parents 95779d6 + 6159159 commit d9456b6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/run

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,9 @@ testPylibmc() {
8181
}
8282

8383
testPython2() {
84-
if [[ "$STACK" == "heroku-16" ]] || [[ "$STACK" == "cedar-14" ]]; then
8584
compile "python2"
8685
assertCaptured "python-2.7.15"
8786
assertCapturedSuccess
88-
fi
89-
}
90-
91-
testNoPython2() {
92-
if [[ "$STACK" == "heroku-18" ]]; then
93-
compile "python2"
94-
assertCapturedError
95-
fi
9687
}
9788

9889
testPython3() {

0 commit comments

Comments
 (0)