We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e6cff commit ca9719fCopy full SHA for ca9719f
tests/unit/artifacts/providers/test_zip_provider.py
@@ -133,7 +133,7 @@ def test_extract_zstd_zip(self) -> None:
133
134
# Create a zstd-compressed zip (compression method 93)
135
with zipfile.ZipFile(temp_path, "w") as zf:
136
- zf.writestr("test.txt", "content", compress_type=93)
+ zf.writestr("test.txt", "content", zipfile.ZIP_ZSTANDARD)
137
138
try:
139
provider = ZipProvider(temp_path)
0 commit comments