forked from pool/python-aiohttp
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
This commit is contained in:
parent
987d114b72
commit
84717a43d4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 20:40:03 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Don't test proxy functional: proxy.py is not maintained anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 30 10:26:57 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user