mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-biocpkgtools: Disable tests.
* gnu/packages/bioconductor.scm (r-biocpkgtools)[arguments]: Disable tests. Change-Id: Id96ca07103e762fa267c83a178c4367855cdc5c8
This commit is contained in:
parent
3ffbb94d17
commit
47d6e1bab7
1 changed files with 2 additions and 0 deletions
|
@ -22610,6 +22610,8 @@ (define-public r-biocpkgtools
|
|||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; Tests attempt to connect to the internet.
|
||||
#:tests? #false
|
||||
#:modules '((guix build utils)
|
||||
(guix build r-build-system)
|
||||
(srfi srfi-1))
|
||||
|
|
Loading…
Reference in a new issue