You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
3.7 runtest exclusion update
This commit is contained in:
@@ -7,7 +7,7 @@ SKIP_TESTS=(
|
||||
[test_baseexception.py]=1 # UnboundLocalError: local variable 'exc' referenced before assignment
|
||||
[test_bdb.py]=1 #
|
||||
[test_buffer.py]=1 # test assertion errors
|
||||
[test_builtin.py]=1 # test assertion errors
|
||||
[test_builtin.py]=1 # parse error, but decompyle3 doesn't have this. (It has test assert failures though)
|
||||
[test_clinic.py]=1 # it fails on its own
|
||||
[test_cmath.py]=1 # test assertion failure
|
||||
[test_cmd_line.py]=1 # Interactive?
|
||||
@@ -36,7 +36,7 @@ SKIP_TESTS=(
|
||||
[test_fcntl.py]=1
|
||||
[test_fileinput.py]=1
|
||||
[test_float.py]=1 # Investigate: AssertionError: inf not identical to inf
|
||||
[test_format.py]=1 # Probalby not handling bytestrings properly
|
||||
[test_format.py]=1 # Probably not handling bytestrings properly
|
||||
[test_frame.py]=1
|
||||
[test_ftplib.py]=1
|
||||
[test_functools.py]=1 # parse error
|
||||
|
Reference in New Issue
Block a user