From ce43f945d47063cfd2c90e930792228f7251c8112c7ba37cc2013794ec8a61de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 Apr 2020 10:03:22 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numba?expand=0&rev=39 --- python-numba.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-numba.spec b/python-numba.spec index a5f82e3..18a155b 100644 --- a/python-numba.spec +++ b/python-numba.spec @@ -109,6 +109,8 @@ 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 +# timeouts randomly in OBS +rm numba/tests/test_typedlist.py # as we reduced the amount of tests: sed -i -e 's:5000:3000:' numba/tests/test_runtests.py