fix3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-librosa?expand=0&rev=41
This commit is contained in:
@@ -104,7 +104,7 @@ donttest="test_display"
|
||||
# fails with current Tumbleweed
|
||||
donttest+=" or test_pyin_multi_center"
|
||||
# Overflow on 32-bit
|
||||
%ifnarch x86_64 aarch64
|
||||
%ifnarch x86_64 aarch64 ppc64le
|
||||
donttest+=" or test_tempo or test_hybrid_cqt or test_stft_winsizes"
|
||||
donttest+=" or test_istft_reconstruction or test_trim"
|
||||
donttest+=" or test_multichannel"
|
||||
@@ -120,6 +120,10 @@ donttest+=" or (test_rms and (4096 or 4097))"
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
donttest+=" or test_piptrack_errors"
|
||||
donttest+=" or test_match_events_onesided"
|
||||
%endif
|
||||
%ifarch ppc64le
|
||||
donttest+=" or test_cqt"
|
||||
%endif
|
||||
# Flaky segfaults when run in parallel, upstream does not test with xdist
|
||||
notparallel="test_piptrack"
|
||||
|
Reference in New Issue
Block a user