Skip to content

Commit 13bca29

Browse files
committed
update tests to expect success for all 2.7.15 builds
1 parent 95779d6 commit 13bca29

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/run

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,12 @@ 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
8887
fi
8988
}
9089

91-
testNoPython2() {
92-
if [[ "$STACK" == "heroku-18" ]]; then
93-
compile "python2"
94-
assertCapturedError
95-
fi
96-
}
97-
9890
testPython3() {
9991
compile "python3"
10092
assertCaptured "python-3.6.6"

0 commit comments

Comments
 (0)