You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Go over runtest exclusions
This commit is contained in:
@@ -133,6 +133,7 @@ SKIP_TESTS=(
|
|||||||
[test_sys_setprofile.py]=1 # test assert fail
|
[test_sys_setprofile.py]=1 # test assert fail
|
||||||
[test_sys_settrace.py]=1 # doesn't terminate
|
[test_sys_settrace.py]=1 # doesn't terminate
|
||||||
|
|
||||||
|
[test_tcl.py]=1 # it fails on its own
|
||||||
[test_telnetlib.py]=1 # doesn't terminate
|
[test_telnetlib.py]=1 # doesn't terminate
|
||||||
[test_tempfile.py]=1 # FIXME nested "if" is in wrong place. 3.6.2. may work though
|
[test_tempfile.py]=1 # FIXME nested "if" is in wrong place. 3.6.2. may work though
|
||||||
[test_thread.py]=1
|
[test_thread.py]=1
|
||||||
|
@@ -179,6 +179,7 @@ case $PYVERSION in
|
|||||||
# Figure out what's up here
|
# Figure out what's up here
|
||||||
SKIP_TESTS[test_bisect.py]=1
|
SKIP_TESTS[test_bisect.py]=1
|
||||||
SKIP_TESTS[test_buffer.py]=1 # too long
|
SKIP_TESTS[test_buffer.py]=1 # too long
|
||||||
|
SKIP_TESTS[test_distutils.py]=1
|
||||||
|
|
||||||
SKIP_TESTS[test_exception_variations.py]=1
|
SKIP_TESTS[test_exception_variations.py]=1
|
||||||
SKIP_TESTS[test_quopri.py]=1
|
SKIP_TESTS[test_quopri.py]=1
|
||||||
@@ -196,7 +197,10 @@ case $PYVERSION in
|
|||||||
3.7)
|
3.7)
|
||||||
. ./3.7-exclude.sh
|
. ./3.7-exclude.sh
|
||||||
if (( batch )) ; then
|
if (( batch )) ; then
|
||||||
|
SKIP_TESTS[test_distutils.py]=1
|
||||||
SKIP_TESTS[test_fileio.py]=1
|
SKIP_TESTS[test_fileio.py]=1
|
||||||
|
SKIP_TESTS[test_zipimport_support.py]=1
|
||||||
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
3.8)
|
3.8)
|
||||||
|
Reference in New Issue
Block a user