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:
@@ -35,7 +35,7 @@ SKIP_TESTS=(
|
||||
[test_codecs.py]=1
|
||||
[test_colorsys.py]=1 # Doesn't terminate
|
||||
[test_collections.py]= # it fails on its own
|
||||
[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_contains.py]=1 # Code "while False: yield None" is optimized away in compilation
|
||||
|
Reference in New Issue
Block a user