diff --git a/test/run-and-email.sh b/test/run-and-email.sh index 9ae2fb45..efb481c9 100755 --- a/test/run-and-email.sh +++ b/test/run-and-email.sh @@ -14,7 +14,7 @@ function displaytime { printf '%d seconds\n' $S } -PYVERSION=${PYVERSION:-"3.5.5 2.7.14 3.2.6 3.4.8 2.6.9 3.6.4"} +PYVERSION=${PYVERSION:-"3.5.5 2.7.14 3.2.6 3.3.7 3.4.8 2.6.9 3.6.4"} # PYVERSION=${PYVERSION:-"3.5.5"} USER=${USER:-rocky} @@ -29,7 +29,7 @@ for VERSION in $PYVERSION ; do if [[ $VERSION == '3.5.5' ]] ; then MAX_TESTS=224 elif [[ $VERSION == '3.2.6' ]] ; then - MAX_TESTS=75 + MAX_TESTS=700 elif [[ $VERSION == '3.6.4' ]] ; then MAX_TESTS=400 else diff --git a/test/stdlib/runtests.sh b/test/stdlib/runtests.sh index 5399c622..1c62b177 100755 --- a/test/stdlib/runtests.sh +++ b/test/stdlib/runtests.sh @@ -101,8 +101,10 @@ case $PYVERSION in 3.5) SKIP_TESTS=( [test_decorators.py]=1 # Control flow wrt "if elif" + [test_quopri.py]=1 # Fails in crontab environment? ) ;; + 3.6) SKIP_TESTS=( [test_contains.py]=1 # Code "while False: yield None" is optimized away in compilation