You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
runtests.sh tweaks
This commit is contained in:
@@ -15,8 +15,11 @@ 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
|
||||
)
|
||||
;;
|
||||
*)
|
||||
|
Reference in New Issue
Block a user