You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
3.8 excludes
This commit is contained in:
@@ -1,10 +1,14 @@
|
|||||||
SKIP_TESTS=(
|
SKIP_TESTS=(
|
||||||
[test_time.py]=1 # FIXME: works on uncompyle6?
|
[test_mimetypes.py]=1 # parse error. decompile3 works. Release 3.6.4 works?
|
||||||
|
[test_time.py]=1 # FIXME: parse eror. decompyle3 works. Release 3.6.4 works?
|
||||||
|
[test_aifc.py]=1 # parse error; decompile3 works
|
||||||
|
|
||||||
|
[test_doctest2.py]=1 # test failures release 3.6.4 works?
|
||||||
|
[test_finalization.py]=1 # test failures release 3.6.4 works?
|
||||||
[test_urllib2.py]=1 # FIXME: works on uncompyle6?
|
[test_urllib2.py]=1 # FIXME: works on uncompyle6?
|
||||||
[test_zipimport.py]=1 # FIXME: works on uncompyle6
|
[test_zipimport.py]=1 # FIXME: works on uncompyle6
|
||||||
|
|
||||||
[test___all__.py]=1 # it fails on its own
|
[test___all__.py]=1 # it fails on its own
|
||||||
[test_aifc.py]=1 # parse error
|
|
||||||
[test_argparse.py]=1 #- it fails on its own
|
[test_argparse.py]=1 #- it fails on its own
|
||||||
[test_array.py]=1 #- parse error
|
[test_array.py]=1 #- parse error
|
||||||
[test_asdl_parser.py]=1 # it fails on its own
|
[test_asdl_parser.py]=1 # it fails on its own
|
||||||
@@ -76,6 +80,7 @@ SKIP_TESTS=(
|
|||||||
[test_difflib.py]=1 # parse error
|
[test_difflib.py]=1 # parse error
|
||||||
[test_dis.py]=1 # We change line numbers - duh!
|
[test_dis.py]=1 # We change line numbers - duh!
|
||||||
[test_doctest.py]=1 # parse error
|
[test_doctest.py]=1 # parse error
|
||||||
|
[test_doctest2.py]=1 # test faiures relesae 3.6.4 works?
|
||||||
[test_docxmlrpc.py]=1
|
[test_docxmlrpc.py]=1
|
||||||
[test_dtrace.py]=1 # parse error
|
[test_dtrace.py]=1 # parse error
|
||||||
[test_dummy_thread.py]=1 # parse error
|
[test_dummy_thread.py]=1 # parse error
|
||||||
|
Reference in New Issue
Block a user