15
0

Accepting request 1296096 from home:nkrapp:branches:devel:languages:python

- enable test_leaks again, works with limited threads

OBS-URL: https://build.opensuse.org/request/show/1296096
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=154
This commit is contained in:
2025-07-28 11:21:56 +00:00
committed by Git OBS Bridge
parent 064f71d780
commit 1b13e6894b
2 changed files with 1 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ Mon Jul 28 08:16:17 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Add remove-zlib-ng-test-dep.patch to remove python-zlib-ng test
dependency
- enable test_leaks again, works with limited threads
-------------------------------------------------------------------
Mon Jul 14 15:17:06 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -135,8 +135,6 @@ donttest="test_aiohttp_request_coroutine or test_mark_formdata_as_processed or t
donttest+=" or test_tcp_connector_ssl_shutdown_timeout"
# most probably https://github.com/cbornet/blockbuster/issues/47
donttest+=" or (test_cookie_jar and (heap or expire)) or test_treat_as_secure_origin_init"
# hardlimit for open files too low
donttest+=" or test_handler_cancellation or test_no_handler_cancellation "
# requires python-on-whales
rm -v tests/autobahn/test_autobahn.py
@@ -144,8 +142,6 @@ rm -v tests/autobahn/test_autobahn.py
rm -v tests/test_proxy_functional.py
# Requires python-pytest-codspeed
rm -v tests/test_benchmarks_*
# some tests from here hang with pycares 4.9 https://github.com/aio-libs/aiohttp/issues/11244
rm -v tests/test_leaks.py
# randomly fails on xdist splits
single_runs="(test_run_app or test_web_runner)"