projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb51c6e
)
Disable test until email comes back
author
Neal Norwitz
<nnorwitz@gmail.com>
Sat, 25 Aug 2007 17:57:37 +0000
(17:57 +0000)
committer
Neal Norwitz
<nnorwitz@gmail.com>
Sat, 25 Aug 2007 17:57:37 +0000
(17:57 +0000)
Lib/test/test_zipfile.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_zipfile.py
b/Lib/test/test_zipfile.py
index ef3987ab39632551d4ab8698e224ef75073c6503..cbbe81ad80b4c9e8009c816cbcb1f913cf6871dc 100644
(file)
--- a/
Lib/test/test_zipfile.py
+++ b/
Lib/test/test_zipfile.py
@@
-439,6
+439,7
@@
class PyZipFileTests(unittest.TestCase):
zipfp.close()
def testWritePythonPackage(self):
+ return # XXX(nnorwitz): disable test until email is checked in again.
import email
packagedir = os.path.dirname(email.__file__)