Use 3, instead of auto
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-librosa?expand=0&rev=21
This commit is contained in:
parent
1430ccd07c
commit
6b9a1a7899
@ -102,7 +102,7 @@ donttest+=" or test_display"
|
||||
donttest+=" or soxr"
|
||||
# fails with current Tumbleweed
|
||||
donttest+=" or test_pyin_multi_center"
|
||||
%pytest -n auto -k "not (${donttest:4})"
|
||||
%pytest -n 3 -k "not (${donttest:4})"
|
||||
|
||||
%files %{python_files}
|
||||
%doc AUTHORS.md README.md
|
||||
|
Loading…
Reference in New Issue
Block a user