From 039f42cacffabd38eae59dca2fc11f11e92535d2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 7 Apr 2026 07:11:07 +0200 Subject: [PATCH] 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 --- gnu/packages/bioconductor.scm | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 77b2163d76e..743aa05d9bf 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -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