commit | fe61bb9a59e17905bda2d1dbba08b331240abd08 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sat Aug 25 17:57:37 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sat Aug 25 17:57:37 2007 +0000 |
tree | 11ff177bcdaa6fb452f2db09ab12c701f0864685 | |
parent | cb51c6e9530ee492d3eb9cd6484136c3811476c8 [diff] [blame] |
Disable test until email comes back
diff --git a/Lib/test/test_zipfile.py b/Lib/test/test_zipfile.py index ef3987a..cbbe81a 100644 --- a/Lib/test/test_zipfile.py +++ b/Lib/test/test_zipfile.py
@@ -439,6 +439,7 @@ zipfp.close() def testWritePythonPackage(self): + return # XXX(nnorwitz): disable test until email is checked in again. import email packagedir = os.path.dirname(email.__file__)