From c218937042e096eccdc9885691802aee604b84171b955cbabed9f9777c8c30dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 20 Aug 2018 14:37:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-abimap?expand=0&rev=7 --- python-abimap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-abimap.spec b/python-abimap.spec index ed2bcaa..3edb324 100644 --- a/python-abimap.spec +++ b/python-abimap.spec @@ -76,7 +76,7 @@ install -m 0644 man/abimap.1 %{buildroot}%{_mandir}/man1/ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -make %{?_smp_mflags} -C tests ABIMAP_NAME_VERSION="abimap-%{version}" ABIMAP_VERSION="%{version}" +make -j1 -C tests ABIMAP_NAME_VERSION="abimap-%{version}" ABIMAP_VERSION="%{version}" %python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}:${PWD}/tests py.test-%{$python_version} -vv tests %files %{python_files}