You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Split out 2.7 runtest exclusions...
Note why test_compile.py will always fail.
This commit is contained in:
@@ -21,6 +21,7 @@ SKIP_TESTS=(
|
||||
[test_context.py]=1
|
||||
[test_coroutines.py]=1 # Parse error
|
||||
[test_codecs.py]=1
|
||||
[test_compile.py]=1 # Parse error, but after that, the code introspects on co_consts in a non-decompilable way
|
||||
[test_complex.py]=1 # Investigate
|
||||
[test_crypt.py]=1 # Parse error
|
||||
[test_ctypes.py]=1 # it fails on its own
|
||||
|
Reference in New Issue
Block a user