diff options
author | Guido van Rossum <guido@python.org> | 2002-04-16 02:14:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-04-16 02:14:04 (GMT) |
commit | 6184c117e9af1cf6178fd34bd7c576ce36107df2 (patch) | |
tree | d2851617bd10eda8ae2093215f6bf227569bc033 /Lib | |
parent | 27dba87b78ea50102c554c1b908d8d7b8021d100 (diff) | |
download | cpython-6184c117e9af1cf6178fd34bd7c576ce36107df2.zip cpython-6184c117e9af1cf6178fd34bd7c576ce36107df2.tar.gz cpython-6184c117e9af1cf6178fd34bd7c576ce36107df2.tar.bz2 |
Expect test_email_codecs to be skipped -- few users or developers will
have the needed optional Japanese codecs installed.
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |