guix-commits
[Top][All Lists]
Advanced

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

15/44: gnu: python-awkward: Update to 2.7.2.


From: guix-commits
Subject: 15/44: gnu: python-awkward: Update to 2.7.2.
Date: Tue, 17 Dec 2024 08:04:45 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit c460e129721e91fa60cfc5dd69a0d9e88d6f57b8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 16 17:01:08 2024 +0100

    gnu: python-awkward: Update to 2.7.2.
    
    * gnu/packages/python-xyz.scm (python-awkward): Update to 2.7.2.
    [arguments]: Skip three broken tests.
    
    Change-Id: Ifdfcda9c57b9b27e9c3b5e0b05c7896d552b30cd
---
 gnu/packages/python-xyz.scm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b56eb1a625..19760382d5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -452,19 +452,26 @@ package.  It is not useful on its own, only as a 
dependency for awkward.")
 (define-public python-awkward
   (package
     (name "python-awkward")
-    (version "2.6.3")
+    (version "2.7.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "awkward" version))
        (sha256
-        (base32 "1s280ndr4r2q9qn9c0slan5zw37p41cx8q5z6k6p988afr01c6j8"))))
+        (base32 "1bfg4pggahnfvq4n71ydkb1pwzc89plfdgp9wcv7ky4dss37y1ay"))))
     (build-system pyproject-build-system)
     (arguments
      (list
       #:test-flags
       ;; CUDA is and requires proprietary software.
-      '(list "--ignore-glob=tests-cuda**")))
+      '(list "--ignore-glob=tests-cuda**"
+             "-k"
+             (string-append
+              ;; BrokenProcessPool
+              "not test_noop_pickler"
+              " and not test_non_packing_pickler"
+              ;; Regex pattern did not match.
+              " and not test_malformed_pickler"))))
     (propagated-inputs (list python-awkward-cpp
                              python-fsspec
                              python-importlib-metadata



reply via email to

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