Skip blosc2 variants tests since they may segfault
This commit is contained in:
parent
ded4fd5129
commit
b9be4ddadd
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue