From 3ab27e952493ffdf36a18c4ee9a7ba0cf0f55e5e7e7c1a0cdaadddef4a4b9da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 23 Oct 2023 12:32:33 +0000 Subject: [PATCH] fix5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-librosa?expand=0&rev=44 --- python-librosa.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-librosa.spec b/python-librosa.spec index 6a9e532..913b212 100644 --- a/python-librosa.spec +++ b/python-librosa.spec @@ -117,6 +117,7 @@ donttest+=" or test_hpss_multi" donttest+=" or test_nn_filter_multi" donttest+=" or (test_nnls_multiblock and 256)" donttest+=" or (test_rms and (4096 or 4097))" +donttest+=" or test_tonnetz_audio" %endif %ifarch aarch64 donttest+=" or test_piptrack_errors"