From f5c91d77d216a86d23e10915710ba0c53fb89e56 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 2 Dec 2017 13:16:18 -0500 Subject: [PATCH] runtests.sh tweaks --- test/stdlib/runtests.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/test/stdlib/runtests.sh b/test/stdlib/runtests.sh index 4192505c..d27bd02e 100755 --- a/test/stdlib/runtests.sh +++ b/test/stdlib/runtests.sh @@ -15,9 +15,12 @@ case $PYVERSION in ;; 2.7) SKIP_TESTS=( - [test_builtin.py]=1 [test_contextlib.py]=1 - [test_decimal.py]=] [test_decorators.py]=1 - ) + [test_builtin.py]=1 + [test_contextlib.py]=1 # decorators + [test_decorators.py]=1 # decorators + [test_decimal.py]=1 + [test_descr.py]=1 # syntax error look at + ) ;; *) SKIP_TESTS=( [test_aepack.py]=1 [audiotests.py]=1)