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.
........
This commit is contained in:
Ezio Melotti 2010-07-12 20:00:39 +00:00
parent d181f431b3
commit f62637c32c
1 changed files with 1 additions and 0 deletions

View File

@ -277,6 +277,7 @@ class SDistTestCase(PyPIRCCommandTestCase):
self.assertRaises(DistutilsOptionError, cmd.finalize_options)
@unittest.skipUnless(zlib, "requires zlib")
def test_get_file_list(self):
# make sure MANIFEST is recalculated
dist, cmd = self.get_cmd()