From d44796e64f04e6ee34a5020f442af4570e59cb822aa7abda861a6d832bbf3b57 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 16 Jul 2025 10:56:57 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=150 --- python-aiohttp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index d0c2428..9face92 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -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}