gnu: r-affy: Disable tests.

* gnu/packages/bioconductor.scm (r-affy)[arguments]: Disable tests.

Change-Id: Iad8b990c573e417d611c3198110d6dc42deb5e2b
This commit is contained in:
Ricardo Wurmus 2024-11-25 14:07:30 +01:00
parent 09b42fdeed
commit 14048ace46
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6879,6 +6879,8 @@ (define-public r-affy
(base32
"1x27cbqsip5m7lzv5nvffdfjp46cdqh53qb1xvi2rf0wfdnd7763"))))
(build-system r-build-system)
;; Some tests require r-affydata, causing a dependency cycle.
(arguments (list #:tests? #false))
(propagated-inputs
(list r-affyio
r-biobase