From 6184c117e9af1cf6178fd34bd7c576ce36107df2 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 16 Apr 2002 02:14:04 +0000 Subject: Expect test_email_codecs to be skipped -- few users or developers will have the needed optional Japanese codecs installed. --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 18decfe..849d83b 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -520,6 +520,7 @@ _expectations = { test_cl test_curses test_dl + test_email_codecs test_gl test_imgfile test_largefile -- cgit v0.12