You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Start to go add runtests exclusions for 3.3
This commit is contained in:
@@ -148,8 +148,22 @@ case $PYVERSION in
|
|||||||
SKIP_TESTS[test_base64.py]=1
|
SKIP_TESTS[test_base64.py]=1
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
3.3)
|
||||||
|
SKIP_TESTS=(
|
||||||
|
[test_atexit.py]=1 #
|
||||||
|
[test_decorators.py]=1 # Control flow wrt "if elif"
|
||||||
|
)
|
||||||
|
if (( batch )) ; then
|
||||||
|
# Fails in crontab environment?
|
||||||
|
# Figure out what's up here
|
||||||
|
SKIP_TESTS[test_exception_variations.py]=1
|
||||||
|
SKIP_TESTS[test_quopri.py]=1
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
|
||||||
3.5)
|
3.5)
|
||||||
SKIP_TESTS=(
|
SKIP_TESTS=(
|
||||||
|
[test_atexit.py]=1 #
|
||||||
[test_decorators.py]=1 # Control flow wrt "if elif"
|
[test_decorators.py]=1 # Control flow wrt "if elif"
|
||||||
)
|
)
|
||||||
if (( batch )) ; then
|
if (( batch )) ; then
|
||||||
|
Reference in New Issue
Block a user