From ff0ac745a3721fa26fa06dfde8e2be0c67733aab Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 6 Apr 2026 19:37:56 +0200 Subject: [PATCH] gnu: r-category: Replace custom phase with SKIPPED-TESTS argument. * gnu/packages/bioconductor.scm (r-category)[arguments]: Remove phase 'delete-bad-tests; specify #:test-directory and #:skipped-tests instead. Change-Id: If573e4ea497fdd1f3654433d2854f0a821455bd6 --- gnu/packages/bioconductor.scm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 32c193cf292..16fb419d688 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -8910,12 +8910,9 @@ genome data packages and support for efficient SNP representation.") (list ;; Vignettes attempt to connect to rest.kegg.jp. #:test-types '(list "tests") - #:phases - '(modify-phases %standard-phases - (add-after 'unpack 'delete-bad-tests - (lambda _ - ;; These tests need r-gostats, which depends on this package. - (delete-file "inst/UnitTests/hyperGTest_test.R")))))) + #:test-directory "inst/UnitTests" + ;; These tests need r-gostats, which depends on this package. + #:skipped-tests '("hyperGTest_test.R"))) (propagated-inputs (list r-annotate r-annotationdbi