Report and skip test that fails with miniz_oxide>0.8.5

This commit is contained in:
Benjamin A. Beasley 2025-05-03 23:04:59 -04:00
commit 1c354a3120

View file

@ -180,6 +180,11 @@ k="${k-}${k+ and }not (test_variants and [blosc2)"
k="${k-}${k+ and }not test_variants_decompress_into"
%endif
# Regression with miniz_oxide>0.8.5
# https://github.com/milesgranger/cramjam/issues/211
# Failed: DID NOT RAISE <class 'cramjam.DecompressionError'>
k="${k-}${k+ and }not test_variants_raise_exception[deflate]"
%pytest -k "${k-}" -v -n auto
%endif