Commit 0c1ee9af authored by Ezio Melotti's avatar Ezio Melotti

Merged revisions 82839 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82839 | ezio.melotti | 2010-07-12 22:49:41 +0300 (Mon, 12 Jul 2010) | 1 line

  #6026: skip test_get_file_list when zlib is not available.
........
parent 9a1b1478
......@@ -346,6 +346,7 @@ class SDistTestCase(PyPIRCCommandTestCase):
finally:
archive.close()
@unittest.skipUnless(zlib, "requires zlib")
def test_get_file_list(self):
# make sure MANIFEST is recalculated
dist, cmd = self.get_cmd()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment