From accbae6d831c517ee23721ea7b6f6814b589c986 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 31 Mar 2026 21:57:26 +0200 Subject: [PATCH] gnu: r-animalcules: Replace custom phase with SKIPPED-TESTS argument. * gnu/packages/bioconductor.scm (r-animalcules)[arguments]: Remove phase 'skip-bad-tests; specify #:skipped-tests instead. Change-Id: Ie5f3befab21d5dae3e006aa06116f0d6039d4d9b --- gnu/packages/bioconductor.scm | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 48c9057ada..cc8f36e753 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -4552,15 +4552,9 @@ these biases and construct statistically consistent estimators.") (build-system r-build-system) (arguments (list - #:phases - '(modify-phases %standard-phases - (add-after 'unpack 'skip-bad-tests - (lambda _ - ;; This test needs Internet access. - (with-directory-excursion "tests/testthat" - (substitute* "test-examples.R" - ((".*find_taxonomy\\(\\) is working.*" m) - (string-append m "skip('guix')\n"))))))))) + #:skipped-tests + ;; This test needs Internet access. + '(("test-examples.R" ".*find_taxonomy\\(\\) is working.*")))) (propagated-inputs (list r-ape r-assertthat