From 0fafb38d3504edb3280b668a91820dcc5476d947 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 1 Feb 2020 12:14:34 -0500 Subject: [PATCH] Typo --- test/stdlib/3.6-exclude.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stdlib/3.6-exclude.sh b/test/stdlib/3.6-exclude.sh index b69cbbfe..dd4768da 100644 --- a/test/stdlib/3.6-exclude.sh +++ b/test/stdlib/3.6-exclude.sh @@ -25,7 +25,7 @@ SKIP_TESTS=( [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_codeccallbacks.py]=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