From 1d7085e5d20f1d3b352a60204f1f63db7c321244 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 8 Feb 2020 12:07:35 -0500 Subject: [PATCH] Add 3.5 runtest exclusion --- test/stdlib/3.5-exclude.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/stdlib/3.5-exclude.sh b/test/stdlib/3.5-exclude.sh index 96955223..aa79339a 100644 --- a/test/stdlib/3.5-exclude.sh +++ b/test/stdlib/3.5-exclude.sh @@ -33,6 +33,7 @@ SKIP_TESTS=( [test_exceptions.py]=1 # parse error [test_format.py]=1 + [test_ftplib.py]=1 # Test assertion failures [test_gdb.py]=1 # it fails on its own [test_glob.py]=1 #