From f42610100012d358e1378b0db44b6c8ae3db87d2 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 1 Feb 2020 12:11:51 -0500 Subject: [PATCH] Another runtests.sh exclude for now --- test/stdlib/3.6-exclude.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/stdlib/3.6-exclude.sh b/test/stdlib/3.6-exclude.sh index 2944e5f7..b69cbbfe 100644 --- a/test/stdlib/3.6-exclude.sh +++ b/test/stdlib/3.6-exclude.sh @@ -22,9 +22,10 @@ SKIP_TESTS=( [test_bisect.py]=1 # it fails on its own [test_buffer.py]=1 # parse error [test_builtin.py]=1 # Fails on its own + [test test_capi.py]=1 # it fails on its own [test_cmd_line.py]=1 # Interactive? - + [test_codeccallbacks]=1 # TypeError: ... must return (str/bytes, int) tuple [test_codecencodings_cn.py]=1 # it fails on its own [test_codecencodings_hk.py]=1 # it fails on its own [test_codecencodings_iso2022.py]=1 # it fails on its own