diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-04-11 19:52:58 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-04-11 19:52:58 +0000 |
commit | deb121aec7185f0d8034453203c6be436b2951f5 (patch) | |
tree | 53af2c90b37328cb8a067ab7783b9b56ba3d5b1d | |
parent | 3a15dace3606d6ea9d59486c5d080a1cb4192ff4 (diff) | |
download | cpython-git-deb121aec7185f0d8034453203c6be436b2951f5.tar.gz |
I don't expect test_email_codecs to run on Windows.
-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 826ac607b5..b5ae97b160 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -489,6 +489,7 @@ _expectations = { test_curses test_dbm test_dl + test_email_codecs test_fcntl test_fork1 test_gdbm |