Towards syncing with decompyle3

This commit is contained in:
rocky
2020-01-21 06:36:54 -05:00
parent f4e6382cc1
commit 73eab178ae
3 changed files with 23 additions and 6 deletions

View File

@@ -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

View File

@@ -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