From 9bc7e6a688c8a454c2e3c836058089ea6b6c539b6b431254c3b00b60db0d6430 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 26 Apr 2023 07:45:54 +0000 Subject: [PATCH] Run all tests, not just previously broken OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=91 --- python-aiohttp.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 016e34e..c0ea357 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -147,8 +147,7 @@ fi # Disable DeprecationWarning to avoid error with the latest setuptools # and pkg_resources deprecation -# %%pytest_arch tests -rsEf -k "not ($donttest ${$python_donttest})" -W ignore::DeprecationWarning -%pytest_arch tests -rsEf -k "test_request_tracing_url_params" -W ignore::DeprecationWarning +%pytest_arch tests -rsEf -k "not ($donttest ${$python_donttest})" -W ignore::DeprecationWarning %files %{python_files} %license LICENSE.txt