runtests exclude found recently in 3.6

This commit is contained in:
rocky
2020-01-31 04:46:25 -05:00
parent db46e096b4
commit ee2a1f62c6
2 changed files with 2 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ SKIP_TESTS=(
[test_subprocess.py]=1
[test_sys_setprofile.py]=1 # test assertions failed
[test_sys_settrace.py]=1 # parse error
[test_sysconfig.py]=1 # if confused for ifelse in "test_triplet_in_ext_suffix"
[test_tarfile.py]=1 # test assertions failed
[test_threading.py]=1 #

View File

@@ -135,6 +135,7 @@ SKIP_TESTS=(
[test_subprocess.py]=1
[test_sys_setprofile.py]=1 # test assertions failed
[test_sys_settrace.py]=1 # parse error
[test_sysconfig.py]=1 # if confused for ifelse in "test_triplet_in_ext_suffix"
[test_tarfile.py]=1 # parse error
[test_threading.py]=1 #