mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
eac2074a6d
commit
ecc52f514d
1 changed files with 6 additions and 0 deletions
|
@ -4260,6 +4260,12 @@ to understand their data better and discover new insights.")
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
'(modify-phases %standard-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
|
(add-before 'install 'set-home
|
||||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue