summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-01-28 17:57:37 +0100
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:11 +0200
commitf6ac61a1be9292f1573dfcb74eb1377459b3931a (patch)
tree0788b4a318f63556a848101cacff525f4d212f76
parent5b6a692ed3458f5a0f39be1690a1074d0bc0ce80 (diff)
gnu: python-zarr: Update list of disabled tests.
* gnu/packages/python-xyz.scm (python-zarr)[arguments]: Enable one, disable another test. Change-Id: I52af5563621f9f44c8397a606cd0551e595dcfe8
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 163596fc11..9b0938ffe4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30481,9 +30481,8 @@ codecs for use in data storage and communication applications.")
;; but occasionally fail. They fail pretty reliably on the
;; build farm.
"-k" (string-append "not test_lazy_loader and not open_array"
- ;; TODO: remove this on python-team branch.
- ;; This only fails on the master branch.
- " and not test_encode_decode_array_dtype_shape_v3"))
+ ;; File not found.
+ " and not test_filesystem_path"))
#:phases
#~(modify-phases %standard-phases
(add-before 'build 'set-version