15
0
2025-07-16 10:56:57 +00:00
committed by Git OBS Bridge
parent 16852995ad
commit 84377d27fe

View File

@@ -150,7 +150,7 @@ single_runs="(test_run_app or test_web_runner)"
# breaks without threading
single_runs+=" and not test_shutdown_handler_cancellation_suppressed"
test -d aiohttp && mv aiohttp aiohttp.bkp
%pytest_arch %{?jobs: -n %jobs} tests -k "not ($donttest or ${single_runs})"
%pytest_arch tests -k "not ($donttest or ${single_runs})"
%pytest_arch tests -k "${single_runs}"
%files %{python_files}