From 46f41339ea2fd80204b412be452b340d3253cbfa Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 7 Apr 2026 10:44:12 +0200 Subject: [PATCH] gnu: r-beachmat: Replace custom phase with SKIPPED-TESTS argument. * gnu/packages/bioconductor.scm (r-beachmat)[arguments]: Remove phase 'delete-bad-tests; specify #:skipped-tests instead. Change-Id: I17f4999f3747f4e72015ae64872e2c877a157267 --- gnu/packages/bioconductor.scm | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 9ccd609721a..9f9881cbbfd 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -25747,13 +25747,11 @@ packages.") (build-system r-build-system) (arguments (list - #:phases - '(modify-phases %standard-phases - (add-after 'unpack 'disable-bad-test - (lambda _ - ;; This test would require r-beachmat-hdf5, but that package - ;; depends on r-beachmat. - (delete-file "tests/testthat/test-initializeCpp-other.R")))))) + #:skipped-tests + '(("test-initializeCpp-other.R" + ;; This test requires r-beachmat-hdf5, but that package depends on + ;; r-beachmat. + "initialization works correctly with the HDF5Arrays")))) (propagated-inputs (list r-assorthead r-biocgenerics