Run all tests, not just previously broken

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=91
This commit is contained in:
Daniel Garcia 2023-04-26 07:45:54 +00:00 committed by Git OBS Bridge
parent 792689dd2d
commit 9bc7e6a688

View File

@ -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