diff --git a/python-cramjam.spec b/python-cramjam.spec index 213383d..1133523 100644 --- a/python-cramjam.spec +++ b/python-cramjam.spec @@ -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 +k="${k-}${k+ and }not test_variants_raise_exception[deflate]" + %pytest -k "${k-}" -v -n auto %endif