Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-traitlets for
openSUSE:Factory checked in at 2025-09-22 16:38:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-traitlets (Old)
and /work/SRC/openSUSE:Factory/.python-traitlets.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-traitlets"
Mon Sep 22 16:38:27 2025 rev:25 rq:1306152 version:5.14.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-traitlets/python-traitlets.changes
2024-10-06 17:52:05.041384277 +0200
+++
/work/SRC/openSUSE:Factory/.python-traitlets.new.27445/python-traitlets.changes
2025-09-22 16:38:42.070940781 +0200
@@ -1,0 +2,5 @@
+Fri Sep 19 10:42:46 UTC 2025 - Markéta Machová <[email protected]>
+
+- Skip tests failing with Python 3.14
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-traitlets.spec ++++++
--- /var/tmp/diff_new_pack.cA5Bcd/_old 2025-09-22 16:38:42.686966701 +0200
+++ /var/tmp/diff_new_pack.cA5Bcd/_new 2025-09-22 16:38:42.690966869 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-traitlets
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 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
@@ -53,7 +53,8 @@
%check
# no mypy testing in Ring1
# skip test_complete_custom_completers because of gh#ipython/traitlets#911
-%pytest --ignore tests/test_typing.py -k 'not test_complete_custom_completers'
+# test_complete_simple_app and test_complete_subcommands_subapp1 fail with
Python 3.14 https://github.com/pytest-dev/pytest-cov/issues/719
+%pytest --ignore tests/test_typing.py -k 'not (test_complete_custom_completers
or test_complete_simple_app or test_complete_subcommands_subapp1)'
%files %{python_files}
%doc README.md