From: Serhiy Storchaka Date: Sun, 23 Oct 2016 19:32:30 +0000 (+0300) Subject: Issue #28115: ZIP creation test requires zlib. X-Git-Tag: v3.6.0b3~69^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4293efd930b37dbafcedc8ff937903dc7a26c44;p=thirdparty%2FPython%2Fcpython.git Issue #28115: ZIP creation test requires zlib. --- diff --git a/Lib/test/test_zipfile.py b/Lib/test/test_zipfile.py index 6c6bf8d5b188..0dd4bcafdd59 100644 --- a/Lib/test/test_zipfile.py +++ b/Lib/test/test_zipfile.py @@ -2145,6 +2145,7 @@ class CommandLineTest(unittest.TestCase): PYTHONIOENCODING='ascii:backslashreplace') self.assertEqual(out, expected) + @requires_zlib def test_create_command(self): self.addCleanup(unlink, TESTFN) with open(TESTFN, 'w') as f: