Split out 2.7 runtest exclusions...

Note why test_compile.py will always fail.
This commit is contained in:
rocky
2020-01-21 20:36:43 -05:00
parent b91df57a82
commit 03b5fbaeab
6 changed files with 39 additions and 37 deletions

View File

@@ -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