From 4bd044902e25594e89189f9d2efe676e3244bcdaa5072770df648cc78213583c Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 9 Sep 2025 08:50:44 +0000 Subject: [PATCH] Run all tests now that uuid6 package exists OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deepdiff?expand=0&rev=42 --- python-deepdiff.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-deepdiff.spec b/python-deepdiff.spec index 5861ad0..a27f290 100644 --- a/python-deepdiff.spec +++ b/python-deepdiff.spec @@ -79,8 +79,7 @@ sed -i '1{/env python/d}' deepdiff/deephash.py deepdiff/diff.py deepdiff/search. 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)" -# test_hash.py depends on uuid6 and this package doesn't exists in Factory -%pytest -k "not ($donttest)" --ignore tests/test_hash.py +%pytest -k "not ($donttest)" %post %python_install_alternative deep