From: Guido van Rossum Date: Tue, 16 Apr 2002 02:14:04 +0000 (+0000) Subject: Expect test_email_codecs to be skipped -- few users or developers will X-Git-Tag: v2.3c1~5925 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6184c117e9af1cf6178fd34bd7c576ce36107df2;p=thirdparty%2FPython%2Fcpython.git Expect test_email_codecs to be skipped -- few users or developers will have the needed optional Japanese codecs installed. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 18decfeb069d..849d83b4d77a 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