You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Add 3.x try reduction rule
This commit is contained in:
@@ -15,7 +15,7 @@ SKIP_TESTS=(
|
||||
[test_io.py]=1 # test takes too long to run: 34 seconds
|
||||
[test_lib2to3.py]=1
|
||||
[test_logging.py]=1 # test takes too long to run: 13 seconds
|
||||
[test_long.py]=1 # FIX: if boundaries wrong in Rat __init__ was okay in 3.6.2 though
|
||||
[test_long.py]=1 # test assert failure AttributeError: 'Rat' object has no attribute 'd'
|
||||
[test_math.py]=1
|
||||
[test_modulefinder.py]=1
|
||||
[test_multiprocessing.py]=1
|
||||
@@ -34,7 +34,6 @@ SKIP_TESTS=(
|
||||
[test_socket.py]=1
|
||||
[test_ssl.py]=1 # too installation specific
|
||||
[test_strlit.py]=1
|
||||
[test_strtod.py]=1 # FIX: works on release 3.6.2; must be if stmt nesting/handling
|
||||
[test_subprocess.py]=1 # test takes too long to run: 28 seconds
|
||||
[test_symtable.py]=1
|
||||
[test_sys_setprofile.py]=1 # test assertion errors
|
||||
|
@@ -77,7 +77,6 @@ SKIP_TESTS=(
|
||||
[test_socketserver.py]=1 # long 25 seconds
|
||||
[test_struct.py]=1 # Doesn't terminate
|
||||
[test_strlit.py]=1 # test failure
|
||||
[test_strtod.py]=1 # test assertion error
|
||||
[test_subprocess.py]=1 # Too long
|
||||
[test_symtable.py]=1 # Investigate bad output
|
||||
[test_sys_settrace.py]=1 # test assert failures
|
||||
|
Reference in New Issue
Block a user