guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: python-joblib: Update to 1.1.0.


From: guix-commits
Subject: 02/04: gnu: python-joblib: Update to 1.1.0.
Date: Sat, 20 Nov 2021 10:23:29 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 7ca5dc370da168a645a9f4aebb89c893936966b1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Nov 20 12:38:11 2021 +0100

    gnu: python-joblib: Update to 1.1.0.
    
    * gnu/packages/python-xyz.scm (python-joblib): Update to 1.1.0.
    [arguments]: Disable one test.
---
 gnu/packages/python-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3a7b0c8..4d0666c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4012,13 +4012,13 @@ logic-free templating system Mustache.")
 (define-public python-joblib
   (package
     (name "python-joblib")
-    (version "0.14.1")
+    (version "1.1.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "joblib" version))
               (sha256
                (base32
-                "1j464w137w6s367gl697j1l63g52akydrxgv4czlck36ynjfwc06"))))
+                "0d8ypyhsw1bjr96zan9ms8wbvnzbjqxniq4vcszghcrps7ngqn21"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -4027,7 +4027,9 @@ logic-free templating system Mustache.")
            (lambda* (#:key tests? #:allow-other-keys)
              (when tests?
                (setenv "JOBLIB_MULTIPROCESSING" "0")
-               (invoke "pytest" "-v" "joblib")))))))
+               (invoke "pytest" "-v" "joblib"
+                       ;; We disable this test to avoid having to depend on 
ipython/jupyter
+                       "-k" "not 
test_parallel_call_cached_function_defined_in_jupyter")))))))
     (native-inputs
      `(("python-pytest" ,python-pytest)))
     (home-page "https://joblib.readthedocs.io/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]