1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: r-bioccheck: Disable tests.

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

Change-Id: I02e281be27ed93a7e0aff172fa5490492ccf6efc
This commit is contained in:
Ricardo Wurmus
2025-02-28 10:22:36 +01:00
parent 3b72b4b999
commit 460b62b507
+3
View File
@@ -23560,6 +23560,9 @@ monograph.")
(properties
`((upstream-name . "BiocCheck")))
(build-system r-build-system)
;; One of the tests requires Internet access to validate Bioconductor
;; version.
(arguments (list #:tests? #false))
(propagated-inputs
(list r-biocbaseutils
r-biocfilecache