Skip blosc2 variants tests since they may segfault

This commit is contained in:
Benjamin A. Beasley 2024-12-10 06:48:52 -05:00
commit b9be4ddadd

View file

@ -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