osc copypac from project:devel:languages:python:numeric package:python-librosa revision:36

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-librosa?expand=0&rev=38
This commit is contained in:
Ondřej Súkup 2023-10-23 07:16:00 +00:00 committed by Git OBS Bridge
parent 870f53cef3
commit 3e292ab1ad

View File

@ -129,9 +129,6 @@ notparallel+=" or test_remix"
notparallel+=" or test_chroma"
notparallel+=" or test_estimate_tuning"
notparallel+=" or test_zero_crossings"
# ???
donttest+="or test_match_events"
echo "not (${donttest} or ${notparallel})"
%pytest -k "not (${donttest} or ${notparallel})" -n auto
%pytest -k "not (${donttest}) and (${notparallel})"