mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 21:20:06 +00:00
runtests.sh tweaks
This commit is contained in:
parent
cda15026e5
commit
f5c91d77d2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user