diff --git a/python-cramjam.spec b/python-cramjam.spec index 2cc1139..c524210 100644 --- a/python-cramjam.spec +++ b/python-cramjam.spec @@ -150,6 +150,9 @@ export RUSTFLAGS='%{build_rustflags}' # tests/test_variants.py:55: DecompressionError k="${k-}${k+ and }not test_variants_different_dtypes[blosc2]" %endif +# Some tests in test_variants.py may produce segmentation faults +# https://github.com/milesgranger/cramjam/issues/190 +k="${k-}${k+ and }not (test_variants and [blosc2)" %pytest -k "${k-}" -v -n auto %endif