From 597e555bfedf41ab5508eba7bd7d9f6d8acf000a73dc50cbc08b38c1028428ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 19 Nov 2024 11:15:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deepdiff?expand=0&rev=33 --- python-deepdiff.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-deepdiff.spec b/python-deepdiff.spec index 26677c1..bee5298 100644 --- a/python-deepdiff.spec +++ b/python-deepdiff.spec @@ -76,7 +76,7 @@ sed -i '1{/env python/d}' deepdiff/deephash.py deepdiff/diff.py deepdiff/search. # 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)" +donttest+=" or (TestCommands and test_diff_command and t1_corrupt)" %pytest -k "not ($donttest)" %post