diff --git a/python-cramjam.spec b/python-cramjam.spec index 7e46d04..fba3650 100644 --- a/python-cramjam.spec +++ b/python-cramjam.spec @@ -142,6 +142,11 @@ done # newly *revealed* problems. This merits further investigation. k="${k-}${k+ and }not test_variants_decompress_into" +# 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-}" --ignore=benchmarks/test_bench.py -v -n auto %endif