diff --git a/python-librosa.spec b/python-librosa.spec index 8a279cd..ee0a34e 100644 --- a/python-librosa.spec +++ b/python-librosa.spec @@ -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})"