]> granicus.if.org Git - python/commitdiff
this test requires zlib support
authorTarek Ziadé <ziade.tarek@gmail.com>
Fri, 16 Oct 2009 23:04:16 +0000 (23:04 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Fri, 16 Oct 2009 23:04:16 +0000 (23:04 +0000)
Lib/distutils/tests/test_archive_util.py

index 3faf5e0d3bf90095529c1756b5cd2f138b07c91d..b91986ba9573a31614e3f67de226b7249ca70084 100644 (file)
@@ -209,6 +209,7 @@ class ArchiveUtilTestCase(support.TempdirManager,
         base_name = os.path.join(tmpdir, 'archive')
         self.assertRaises(ValueError, make_archive, base_name, 'xxx')
 
+    @unittest.skipUnless(zlib, "Requires zlib")
     def test_make_archive_owner_group(self):
         # testing make_archive with owner and group, with various combinations
         # this works even if there's not gid/uid support