summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-07-12 21:23:20 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-07-12 21:23:20 (GMT)
commit5e74256619d6822c3d086f3be92cd4dc41108131 (patch)
tree8b240c8eb36cacd8aeed188f1581efbb788ad59d /Lib
parentdac55eac0c9f8e3db777adcaf7ff3116d7edfd7e (diff)
downloadcpython-5e74256619d6822c3d086f3be92cd4dc41108131.zip
cpython-5e74256619d6822c3d086f3be92cd4dc41108131.tar.gz
cpython-5e74256619d6822c3d086f3be92cd4dc41108131.tar.bz2
Revert r82841.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/distutils/tests/test_sdist.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/distutils/tests/test_sdist.py b/Lib/distutils/tests/test_sdist.py
index aa3a99f..f95035d 100644
--- a/Lib/distutils/tests/test_sdist.py
+++ b/Lib/distutils/tests/test_sdist.py
@@ -277,7 +277,6 @@ 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()