mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: r-annotationhubdata: Delete bad tests.
* gnu/packages/bioconductor.scm (r-annotationhubdata)[arguments]: Add phase 'delete-bad-tests. Change-Id: Id14228ace239fca4524d92bd09a9298c556b9399
This commit is contained in:
parent
db1597f6ea
commit
312b5e5880
1 changed files with 6 additions and 0 deletions
|
@ -4260,6 +4260,12 @@ (define-public r-annotationhubdata
|
|||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'delete-bad-tests
|
||||
(lambda _
|
||||
;; These tests require internet access.
|
||||
(for-each delete-file
|
||||
'("inst/unitTests/test_recipe.R"
|
||||
"inst/unitTests/test_webAccessFunctions.R"))))
|
||||
(add-before 'install 'set-home
|
||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue