Don't test for pypy on cedar 14

This commit is contained in:
Casey Faist
2019-12-23 09:57:07 -05:00
parent 2942fc8e4a
commit 7d743e7998
+6
View File
@@ -178,6 +178,9 @@ testPython3_8_fail() {
testPypy3_6() {
compile "pypy3_6"
if [[ $STACK = "cedar-14" ]]; then
assertCapturedError
else
assertCaptured "Installing pypy"
assertCaptured "$PYPY_36"
assertCapturedSuccess
@@ -185,6 +188,9 @@ testPypy3_6() {
testPypy2_7() {
compile "pypy2_7"
if [[ $STACK = "cedar-14" ]]; then
assertCapturedError
else
assertCaptured "Installing pypy"
assertCaptured "$PYPY_27"
assertCapturedSuccess