[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/53: gnu: python-zarr: Update to 2.17.2.
From: |
guix-commits |
Subject: |
51/53: gnu: python-zarr: Update to 2.17.2. |
Date: |
Sun, 21 Apr 2024 07:49:14 -0400 (EDT) |
rekado pushed a commit to branch wip-pandas-upgrade
in repository guix.
commit 4d5ced3e29efc6faaa0a21f71ec357416ea78baa
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 20 18:15:34 2024 +0200
gnu: python-zarr: Update to 2.17.2.
* gnu/packages/python-xyz.scm (python-zarr): Update to 2.17.2.
[arguments]: Delete two flaky tests.
Change-Id: I1ab1c90f17d17a03c6cd76bbeb9112df741cc9c6
---
gnu/packages/python-xyz.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c0eebde7ae..a0f3bb72be 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27312,19 +27312,23 @@ codecs for use in data storage and communication
applications.")
(define-public python-zarr
(package
(name "python-zarr")
- (version "2.17.1")
+ (version "2.17.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zarr" version))
(sha256
(base32
- "0qb2wj60i7v1c95k6m0pskx20ss6dxrj3ym0d7z4c98jfah3ljsn"))))
+ "1kjj0pk0s6306ljrig77m39zqdy32ch4nyja5lalab9l9v5sdfic"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
- #~(list "-n" "auto")
+ #~(list "-n" "auto"
+ ;; This tests are flaky. The pass several times on my laptop
+ ;; but occasionally fail. They fail pretty reliably on the
+ ;; build farm.
+ "-k not test_lazy_loader and not open_array")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'disable-service-tests
- 20/53: gnu: r-tensorflow: Update to 2.16.0., (continued)
- 20/53: gnu: r-tensorflow: Update to 2.16.0., guix-commits, 2024/04/21
- 34/53: gnu: Add python-slicerator., guix-commits, 2024/04/21
- 28/53: gnu: r-alevinqc: Update to 1.18.1., guix-commits, 2024/04/21
- 37/53: gnu: Add python-spatial-image., guix-commits, 2024/04/21
- 35/53: gnu: Add python-xarray-dataclasses., guix-commits, 2024/04/21
- 33/53: gnu: python-nbclient: Update to 0.6.6., guix-commits, 2024/04/21
- 43/53: gnu: python-pytest-xdist: Use pyproject-build-system., guix-commits, 2024/04/21
- 45/53: gnu: python-contourpy: Update to 1.1.1., guix-commits, 2024/04/21
- 42/53: gnu: python-jinja2: Update to 3.1.2., guix-commits, 2024/04/21
- 53/53: gnu: python-pydantic-2: Ignore sensitive tests., guix-commits, 2024/04/21
- 51/53: gnu: python-zarr: Update to 2.17.2.,
guix-commits <=
- 48/53: gnu: python-pandas-2: Skip expensive tests., guix-commits, 2024/04/21
- 50/53: gnu: python-xarray-dataclasses: Add missing test input., guix-commits, 2024/04/21