From a8503b018b9bc16ab0b884558ace6d9703f305a25c9fbd32b35f847ab7fcffae Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 May 2023 08:25:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=231 --- python-SQLAlchemy.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index a3e0433..efe80d8 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -85,9 +85,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -jobs=1 -test "%{jobs}" -gt 2 && jobs=2 -%pytest_arch -n $jobs -k 'not (test_parseconnect and CreateEngineTest and test_bad_args)' +%pytest_arch -n2 -q --nomemory --notimingintensive --nomypy -k 'not (test_parseconnect and CreateEngineTest and test_bad_args)' %files %{python_files} %license LICENSE