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