Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-aws-xray-sdk for
openSUSE:Factory checked in at 2026-03-19 17:37:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aws-xray-sdk (Old)
and /work/SRC/openSUSE:Factory/.python-aws-xray-sdk.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aws-xray-sdk"
Thu Mar 19 17:37:38 2026 rev:13 rq:1340911 version:2.14.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aws-xray-sdk/python-aws-xray-sdk.changes
2025-01-22 16:38:45.115941374 +0100
+++
/work/SRC/openSUSE:Factory/.python-aws-xray-sdk.new.8177/python-aws-xray-sdk.changes
2026-03-19 17:38:13.963936015 +0100
@@ -1,0 +2,5 @@
+Wed Mar 18 13:21:24 UTC 2026 - Daniel Garcia <[email protected]>
+
+- Ignore tests that fails with latest python-pytest-asyncio
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aws-xray-sdk.spec ++++++
--- /var/tmp/diff_new_pack.qXLrRm/_old 2026-03-19 17:38:14.571961205 +0100
+++ /var/tmp/diff_new_pack.qXLrRm/_new 2026-03-19 17:38:14.571961205 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-aws-xray-sdk
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -336,6 +336,13 @@
%if !%{with flask_sqlalchemy}
ignore_tests+=" --ignore tests/ext/flask_sqlalchemy/test_query.py"
%endif
+# Broken tests with pytest-asyncio 1.3.0, with the removal of
+# event_loop and loop fixture
+ignore_tests+=" --ignore tests/ext/aiohttp/test_client.py"
+ignore_tests+=" --ignore tests/ext/aiohttp/test_middleware.py"
+ignore_tests+=" --ignore tests/test_async_local_storage.py"
+ignore_tests+=" --ignore tests/test_async_recorder.py"
+
# needs a running PyMySQL instance
donttest="test_db_url_with_special_char"
# https://github.com/aws/aws-xray-sdk-python/issues/321