diff --git a/test/run b/test/run index a0a1b92..5277176 100755 --- a/test/run +++ b/test/run @@ -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() {