diff --git a/test/run-versions b/test/run-versions index ba24d87..06f1c3d 100755 --- a/test/run-versions +++ b/test/run-versions @@ -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