mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: r-regioner: Replace custom phase with SKIPPED-TESTS argument.
* gnu/packages/bioconductor.scm (r-regioner)[arguments]: Remove phase 'delete-bad-tests; specify #:skipped-tests instead. Change-Id: Ic90c620653ffa6d2ad6eab4ded05e4bbfe62d279
This commit is contained in:
@@ -12936,14 +12936,11 @@ described at
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'delete-bad-tests
|
||||
(lambda _
|
||||
;; These tests require internet access.
|
||||
(for-each delete-file
|
||||
'("tests/testthat/test_randomizationFunctions.R"
|
||||
"tests/testthat/test_toGRanges.R")))))))
|
||||
#:skipped-tests
|
||||
;; These tests require internet access.
|
||||
'("test_randomizationFunctions.R"
|
||||
("test_toGRanges.R"
|
||||
" toGRanges works for a data.frame"))))
|
||||
(propagated-inputs
|
||||
(list r-biostrings
|
||||
r-bsgenome
|
||||
|
||||
Reference in New Issue
Block a user