mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-anndata: Ignore failing test.
* gnu/packages/python-xyz.scm (python-anndata)[arguments]{test-flags}: Ignore test_read_write_X test.
This commit is contained in:
parent
e78dfd6b7b
commit
24ad03da5a
1 changed files with 6 additions and 2 deletions
|
@ -30503,8 +30503,12 @@ N-dimensional arrays for Python.")
|
|||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
;; This one test seemingly freezes
|
||||
'(list "-k" "not test_read_lazy_h5_cluster")
|
||||
#~(list "-k" #$(string-append
|
||||
;; This one test seemingly freezes
|
||||
"not test_read_lazy_h5_cluster"
|
||||
;; Fails with a numpy deprecation warning
|
||||
;; but not an actual failure
|
||||
" and not test_read_write_X"))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; Doctests require scanpy from (gnu packages bioinformatics)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue