public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-joblib] rawhide: disable 3 tests that fail under NumPy 2.5
@ 2026-08-08  1:58 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-08  1:58 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-joblib
            Branch : rawhide
            Commit : 27fda199c0d8fa56c8d22a1abe3bf15b5b36cf3f
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-27T16:08:31-03:00
            Stats  : +11/-8 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-joblib/c/27fda199c0d8fa56c8d22a1abe3bf15b5b36cf3f?branch=rawhide

            Log:
            disable 3 tests that fail under NumPy 2.5
due to shape setter deprecation warnings

Resolves: rhbz#2480167
Resolves: rhbz#2504535

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>

---
diff --git a/python-joblib.spec b/python-joblib.spec
index 6be0350..bb6170d 100644
--- a/python-joblib.spec
+++ b/python-joblib.spec
@@ -33,24 +33,24 @@ Summary: %{summary}
 
 # Testing
 %if %{with check}
+BuildRequires:  %{py3_dist lz4}
+BuildRequires:  %{py3_dist numpy}
+BuildRequires:  %{py3_dist psutil}
 BuildRequires:  %{py3_dist pytest}
 BuildRequires:  %{py3_dist pytest-asyncio}
-BuildRequires:  %{py3_dist numpy}
-BuildRequires:  %{py3_dist lz4}
-BuildRequires:  %{py3_dist psutil} 
 BuildRequires:  %{py3_dist threadpoolctl}
 %endif
 
-Recommends: %{py3_dist numpy}
-Recommends: %{py3_dist lz4}
-Recommends: %{py3_dist psutil} 
-Provides: bundled(python3dist(loky)) = 3.5.6
+Recommends:     %{py3_dist lz4}
+Recommends:     %{py3_dist numpy}
+Recommends:     %{py3_dist psutil}
+Provides:       bundled(python3dist(loky)) = 3.5.6
 
 %description -n python3-%{srcname} %_description
 
 %prep
 %autosetup -p1 -n %{srcname}-%{version}
-rm -rf joblib/externals/cloudpickle/ 
+rm -rf joblib/externals/cloudpickle/
 
 %generate_buildrequires
 %pyproject_buildrequires
@@ -68,6 +68,9 @@ rm -rf joblib/externals/cloudpickle/
  --deselect "joblib/test/test_memory.py::test_parallel_call_cached_function_defined_in_jupyter" \
  --deselect "joblib/test/test_numpy_pickle.py::test_joblib_pickle_across_python_versions" \
  --deselect "joblib/test/test_numpy_pickle.py::test_joblib_pickle_across_python_versions_with_mmap" \
+ --deselect "joblib/test/test_numpy_pickle.py::test_compress_mmap_mode_warning" \
+ --deselect "joblib/test/test_numpy_pickle.py::test_file_handle_persistence_compressed_mmap" \
+ --deselect "joblib/test/test_numpy_pickle.py::test_file_handle_persistence_in_memory_mmap" \
   joblib
 %endif
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-08  1:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-08  1:58 [rpms/python-joblib] rawhide: disable 3 tests that fail under NumPy 2.5 Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox