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:
Ricardo Wurmus 2024-11-26 11:33:12 +01:00
parent b004a53d62
commit 4dd6d8a4ba
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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