Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-deepdiff for openSUSE:Factory
checked in at 2024-11-19 22:23:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-deepdiff (Old)
and /work/SRC/openSUSE:Factory/.python-deepdiff.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-deepdiff"
Tue Nov 19 22:23:23 2024 rev:15 rq:1225064 version:8.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-deepdiff/python-deepdiff.changes
2024-10-29 14:36:13.592207524 +0100
+++
/work/SRC/openSUSE:Factory/.python-deepdiff.new.28523/python-deepdiff.changes
2024-11-19 22:23:54.093915374 +0100
@@ -1,0 +2,5 @@
+Tue Nov 19 11:10:52 UTC 2024 - Markéta Machová <[email protected]>
+
+- Skip test failing on Python 3.13
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-deepdiff.spec ++++++
--- /var/tmp/diff_new_pack.Sf2wzo/_old 2024-11-19 22:23:54.897948807 +0100
+++ /var/tmp/diff_new_pack.Sf2wzo/_new 2024-11-19 22:23:54.897948807 +0100
@@ -75,6 +75,8 @@
%check
# we don't have the (optional) requirement CleverCSV for csv diffing
donttest="(TestCommands and (csv or group_by)) or (test_load_path_content and
csv) or (test_polars)"
+# failure on Python 3.13 https://github.com/seperman/deepdiff/issues/474
+donttest+=" or (TestCommands and test_diff_command and t1_corrupt)"
%pytest -k "not ($donttest)"
%post