mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-tcgautils: Disable some tests.
* gnu/packages/bioconductor.scm (r-tcgautils)[arguments]: Add phase 'disable-bad-tests. Change-Id: I1a4712e74ed1b02197440fbc70d1219c0d0d2401
This commit is contained in:
parent
208ff58bbb
commit
9e9e3d659b
1 changed files with 8 additions and 0 deletions
|
@ -13642,6 +13642,14 @@ level.")
|
|||
"0zspiaj7s9ij466dl25k5lrr1r2gpav2dwpmzhqpqpm0pg436xpg"))))
|
||||
(properties `((upstream-name . "TCGAutils")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-bad-tests
|
||||
(lambda _
|
||||
;; These tests require Internet access.
|
||||
(delete-file "tests/testthat/test-ID-translation.R"))))))
|
||||
(propagated-inputs (list r-annotationdbi
|
||||
r-biocbaseutils
|
||||
r-biocgenerics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue