You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Towards syncing with decompyle3
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 boundarys wrong in Rat __init__ was okay in 3.6.2 though
|
||||
[test_long.py]=1 # FIX: if boundaries wrong in Rat __init__ was okay in 3.6.2 though
|
||||
[test_math.py]=1
|
||||
[test_modulefinder.py]=1
|
||||
[test_multiprocessing.py]=1
|
||||
|
@@ -132,6 +132,6 @@ SKIP_TESTS=(
|
||||
[test_winreg.py]=1 # it fails on its own
|
||||
[test_winsound.py]=1 # it fails on its own
|
||||
[test_zipfile.py]=1 # it fails on its own
|
||||
[test_zipfile64.py]=1 #
|
||||
[test_zipfile64.py]=1 # Too long to run
|
||||
)
|
||||
# 268 Remaining unit-test files, Elapsed time about 11 minutes
|
||||
|
Reference in New Issue
Block a user