From cca5bc6def0a357aa44d3afb98add6d41ae4e1c7d17bf1f18ad62d2c6a3b31a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 10 Sep 2025 09:55:36 +0000 Subject: [PATCH] unskip tests (most probably) fixed by loky update OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=76 --- python-joblib.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python-joblib.spec b/python-joblib.spec index 2dea37c..a3419c9 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -102,12 +102,6 @@ if [ $(python3 -c 'import sys; print(sys.byteorder)') != "little" ]; then test_hashes_stay_the_same_with_numpy_objects or \ test_non_contiguous_array_pickling" fi -# memmaping tests fail on Python 3.13.7 https://github.com/joblib/loky/issues/459 -DISABLED_TESTS+=" or test_permission_error_windows_memmap_sent_to_parent or \ - test_many_parallel_calls_on_same_object or \ - test_memmapping_pool_for_large_arrays or \ - test_memmapping_on_large_enough_dev_shm or \ - test_memmapping_leaks" %pytest -k "not ($DISABLED_TESTS)" %files %{python_files}