mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #28115: ZIP creation test requires zlib.
This commit is contained in:
commit
eb569e4775
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue