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 41204a6d85
commit e42d0406af

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