diff --git a/test/run b/test/run index a0a1b926b82d0675e0d0bb11a6534e2d835684a8..c9268827030c154c6154d3aa34a7bd7d9ff3594f 100755 --- a/test/run +++ b/test/run @@ -81,20 +81,12 @@ 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() { compile "python3" assertCaptured "python-3.6.6"