Kaydet (Commit) eb569e47 authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Issue #28115: ZIP creation test requires zlib.

......@@ -2073,6 +2073,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:
......
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