Skip to content

Commit 0da3ad5

Browse files
committed
Remove zstd test (3.14+)
1 parent 48881a8 commit 0da3ad5

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
@@ -2454,12 +2454,6 @@ class LzmaBoundedDecompressTests(AbstractBoundedDecompressTests,
24542454
compression = zipfile.ZIP_LZMA
24552455

24562456

2457-
@requires_zstd()
2458-
class ZstdBoundedDecompressTests(AbstractBoundedDecompressTests,
2459-
unittest.TestCase):
2460-
compression = zipfile.ZIP_ZSTANDARD
2461-
2462-
24632457
class AbstractBadCrcTests:
24642458
def test_testzip_with_bad_crc(self):
24652459
"""Tests that files with bad CRCs return their name from testzip."""

0 commit comments

Comments
 (0)