1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 07:14:03 +02: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:
Ricardo Wurmus
2026-04-07 07:11:07 +02:00
parent 300ad1eae1
commit 039f42cacf
+5 -8
View File
@@ -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