Skip to content

Commit 3696a46

Browse files
committed
Remove zstd test (3.14+)
1 parent e116414 commit 3696a46

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Lib/test/test_zipfile.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,12 +2234,6 @@ class LzmaBoundedDecompressTests(AbstractBoundedDecompressTests,
22342234
compression = zipfile.ZIP_LZMA
22352235

22362236

2237-
@requires_zstd()
2238-
class ZstdBoundedDecompressTests(AbstractBoundedDecompressTests,
2239-
unittest.TestCase):
2240-
compression = zipfile.ZIP_ZSTANDARD
2241-
2242-
22432237
class AbstractBadCrcTests:
22442238
def test_testzip_with_bad_crc(self):
22452239
"""Tests that files with bad CRCs return their name from testzip."""

0 commit comments

Comments
 (0)