Commit 50c5908a authored by Serhiy Storchaka's avatar Serhiy Storchaka

Issue #28115: ZIP creation test requires zlib.

parent 7c4a3aa8
......@@ -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:
......
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