public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-joblib] rawhide: disable 3 tests that fail under NumPy 2.5
Date: Sat, 08 Aug 2026 01:58:17 GMT	[thread overview]
Message-ID: <178615429763.1.17673218776425126438.rpms-python-joblib-27fda199c0d8@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-08-08  1:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178615429763.1.17673218776425126438.rpms-python-joblib-27fda199c0d8@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox