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