mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-zarr: Disable one test.
* gnu/packages/python-xyz.scm (python-zarr)[arguments]: Disable one more test. Change-Id: I3733078b878fa60c4e382dfca39fcef64cefa1ae
This commit is contained in:
parent
4592ba3d6a
commit
151865ada4
1 changed files with 4 additions and 1 deletions
|
@ -29291,7 +29291,10 @@ (define-public python-zarr
|
||||||
;; This tests are flaky. The pass several times on my laptop
|
;; This tests are flaky. The pass several times on my laptop
|
||||||
;; but occasionally fail. They fail pretty reliably on the
|
;; but occasionally fail. They fail pretty reliably on the
|
||||||
;; build farm.
|
;; build farm.
|
||||||
"-k not test_lazy_loader and not open_array")
|
"-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"))
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'build 'set-version
|
(add-before 'build 'set-version
|
||||||
|
|
Loading…
Reference in a new issue