mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-annotatr: Disable tests.
* gnu/packages/bioconductor.scm (r-annotatr)[arguments]: Disable tests. Change-Id: I819fe4bc651c39315ba6d42e34d36b505979003d
This commit is contained in:
parent
4860cad2d6
commit
527598ca24
1 changed files with 2 additions and 0 deletions
|
@ -19539,6 +19539,8 @@ (define-public r-annotatr
|
|||
(base32
|
||||
"11j633mhm4b0ndl6mbqqwgz7rsggb7gzr3yhvamrnvag7l4wzvss"))))
|
||||
(build-system r-build-system)
|
||||
;; 5 tests need internet access.
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs
|
||||
(list r-annotationdbi
|
||||
r-annotationhub
|
||||
|
|
Loading…
Reference in a new issue