From 9a9699ccf7d771f0272306da6cfce3a1e84916516ed78629a0c5a60b3ab20fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 Apr 2020 09:35:56 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numba?expand=0&rev=38 --- python-numba.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-numba.spec b/python-numba.spec index a7bb069..a5f82e3 100644 --- a/python-numba.spec +++ b/python-numba.spec @@ -107,6 +107,10 @@ rm numba/tests/test_np_functions.py rm numba/tests/test_ufuncs.py rm numba/tests/test_array_manipulation.py rm numba/tests/test_array_reductions.py +# https://github.com/numba/numba/issues/5179 +rm numba/tests/test_hashing.py +# as we reduced the amount of tests: +sed -i -e 's:5000:3000:' numba/tests/test_runtests.py %build export CFLAGS="%{optflags} -fPIC"