17
0
2023-05-04 19:12:13 +00:00
committed by Git OBS Bridge
parent c1325a13a3
commit 9885f81bbe

View File

@@ -85,7 +85,9 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%pytest_arch %{?jobs:-n %jobs} -k 'not (test_parseconnect and CreateEngineTest and test_bad_args)'
jobs=1
test "%{jobs}" -gt 4 && jobs=4
%pytest_arch -n $jobs -k 'not (test_parseconnect and CreateEngineTest and test_bad_args)'
%files %{python_files}
%license LICENSE