2023-10-02 19:39:41 +00:00
committed by Git OBS Bridge
parent 4170ed9661
commit 870f53cef3

View File

@@ -129,6 +129,9 @@ 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})"