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:
@@ -24,7 +24,7 @@ SKIP_TESTS=(
|
||||
[test_codecs.py]=1 # test assertion failure
|
||||
[test_collections.py]=1
|
||||
[test_colorsys.py]=1 # Doesn't terminate
|
||||
[test_compile.py]=1
|
||||
[test_compile.py]=1 # Code introspects on co_consts in a non-decompilable way
|
||||
[test_concurrent_futures.py]=1 # Takes long
|
||||
[test_configparser.py]=1 # Doesn't terminate
|
||||
[test_coroutines.py]=1 # Syntax error Investigate
|
||||
|
Reference in New Issue
Block a user