From 8275325e7cbb8027bdc0e6e5bf21801e1a98e68143aa24d28352a3a58c2fa482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 9 Feb 2018 16:24:56 +0000 Subject: [PATCH] disable tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=11 --- python-joblib.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-joblib.spec b/python-joblib.spec index fe456f7..a3275c3 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -16,7 +16,7 @@ # -%bcond_without test +%bcond_with test %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-joblib @@ -66,7 +66,7 @@ Joblib can handle large data and has specific optimizations for `numpy` arrays. %if %{with test} %check -%python_expand py.test-%{$python_bin_suffix} +%python_expand py.test-%{$python_bin_suffix} joblib %endif %files %{python_files}