From 84717a43d4c8aef180322e0dd2b36951d249946dc107e7d2f371a41a68c3413c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 Mar 2024 08:52:31 +0000 Subject: [PATCH] Accepting request 1154916 from home:bnavigator:branches:devel:languages:python - Don't test proxy functional: proxy.py is not maintained anymore OBS-URL: https://build.opensuse.org/request/show/1154916 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=121 --- python-aiohttp.changes | 5 +++++ python-aiohttp.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-aiohttp.changes b/python-aiohttp.changes index c78ff9a..c689d15 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 4 20:40:03 UTC 2024 - Ben Greiner + +- Don't test proxy functional: proxy.py is not maintained anymore + ------------------------------------------------------------------- Tue Jan 30 10:26:57 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 9825964..566c131 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -65,7 +65,6 @@ BuildRequires: %{python_module Brotli} BuildRequires: %{python_module freezegun} BuildRequires: %{python_module gunicorn} BuildRequires: %{python_module pluggy} -BuildRequires: %{python_module proxy.py} BuildRequires: %{python_module pytest >= 6.2.0} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-timeout} @@ -136,8 +135,10 @@ donttest+=" or test_tcp_connector_raise_connector_ssl_error[pyloop]" # requires python-on-whales rm -v tests/autobahn/test_autobahn.py +# uses proxy.py which is not maintained anymore +rm -v tests/test_proxy_functional.py # randomly fails on xdist splits -single_runs="test_run_app" +single_runs="test_run_app or test_web_runner" test -d aiohttp && mv aiohttp aiohttp.bkp %pytest_arch %{?jobs: -n %jobs} tests -k "not ($donttest or ${single_runs})" %pytest_arch tests -k "${single_runs}"