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

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