From d60466960552e04482b7cd2f50125f54cccccb56669dde7e90b9df5fd91d6dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 19 Nov 2024 11:12:58 +0000 Subject: [PATCH] Accepting request 1225062 from home:mcalabkova:branches:devel:languages:python - Skip test failing on Python 3.13 OBS-URL: https://build.opensuse.org/request/show/1225062 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deepdiff?expand=0&rev=32 --- python-deepdiff.changes | 5 +++++ python-deepdiff.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-deepdiff.changes b/python-deepdiff.changes index bc4ab0f..a614fbf 100644 --- a/python-deepdiff.changes +++ b/python-deepdiff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 19 11:10:52 UTC 2024 - Markéta Machová + +- Skip test failing on Python 3.13 + ------------------------------------------------------------------- Mon Oct 28 23:03:15 UTC 2024 - Dirk Müller diff --git a/python-deepdiff.spec b/python-deepdiff.spec index 862bff5..26677c1 100644 --- a/python-deepdiff.spec +++ b/python-deepdiff.spec @@ -75,6 +75,8 @@ sed -i '1{/env python/d}' deepdiff/deephash.py deepdiff/diff.py deepdiff/search. %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