From b9be4ddaddef311cb4bad2c32b7d2d7994ebc811 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 10 Dec 2024 06:48:52 -0500 Subject: [PATCH] Skip blosc2 variants tests since they may segfault --- python-cramjam.spec | 3 +++ 1 file changed, 3 insertions(+) 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