mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-genomicdatacommons: Delete bad tests.
* gnu/packages/bioconductor.scm (r-genomicdatacommons)[arguments]: Add phase 'delete-bad-tests. Change-Id: I9e09a99cc3e07d4d3a568d1058c717a74de925bc
This commit is contained in:
parent
b004a53d62
commit
4dd6d8a4ba
1 changed files with 10 additions and 0 deletions
|
@ -8740,6 +8740,16 @@ (define-public r-genomicdatacommons
|
|||
"1vw4lsh3bkmghk4f5rqds0awvl0f5dkafz51iw3s6lqaviq5wkx3"))))
|
||||
(properties `((upstream-name . "GenomicDataCommons")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'delete-bad-tests
|
||||
(lambda _
|
||||
;; These tests attempt to download files.
|
||||
(for-each delete-file
|
||||
'("tests/testthat/test_api.R"
|
||||
"tests/testthat/test_data.R")))))))
|
||||
(propagated-inputs (list r-dplyr
|
||||
r-genomicranges
|
||||
r-httr
|
||||
|
|
Loading…
Reference in a new issue