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 2024-10-06 17:51:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-traitlets (Old)
and /work/SRC/openSUSE:Factory/.python-traitlets.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-traitlets"
Sun Oct 6 17:51:49 2024 rev:24 rq:1205857 version:5.14.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-traitlets/python-traitlets.changes
2024-05-21 18:34:47.990790992 +0200
+++
/work/SRC/openSUSE:Factory/.python-traitlets.new.19354/python-traitlets.changes
2024-10-06 17:52:05.041384277 +0200
@@ -1,0 +2,6 @@
+Sat Oct 5 21:34:51 UTC 2024 - Matej Cepl <[email protected]>
+
+- Skip test_complete_custom_completers test because it is failing
+ with 3.12.7 (gh#ipython/traitlets#911).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-traitlets.spec ++++++
--- /var/tmp/diff_new_pack.HAK7BY/_old 2024-10-06 17:52:06.341438302 +0200
+++ /var/tmp/diff_new_pack.HAK7BY/_new 2024-10-06 17:52:06.345438468 +0200
@@ -52,7 +52,8 @@
%check
# no mypy testing in Ring1
-%pytest --ignore tests/test_typing.py
+# skip test_complete_custom_completers because of gh#ipython/traitlets#911
+%pytest --ignore tests/test_typing.py -k 'not test_complete_custom_completers'
%files %{python_files}
%doc README.md