guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 5fa86074a74d24a22029975ad118a8e68369cad2
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Feb 18 21:44:48 2026 +0100
gnu: r-phangorn: Replace custom phase with #:skipped-tests.
* gnu/packages/cran.scm (r-phangorn)[arguments]: Remove phase
'disable-bad-test; provide #:skipped-tests argument.
Change-Id: Ia67c1bd17c811a68b235658557d73bed5209429b
---
gnu/packages/cran.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 348812abda..27617982b4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -53155,14 +53155,10 @@ distributed as independent packages.")
(build-system r-build-system)
(arguments
(list
- #:phases
- '(modify-phases %standard-phases
- (add-after 'unpack 'disable-bad-test
- (lambda _
- ;; This tests insists on r-ggseqlogo being absent.
- (substitute* "tests/testthat/test_plot_ancestral.R"
- (("test_that\\(\"plotSeqLogo works\".*" m)
- (string-append m "skip('skip')\n"))))))))
+ #:skipped-tests
+ '(("test_plot_ancestral.R"
+ ;; This tests insists on r-ggseqlogo being absent.
+ "plotSeqLogo works"))))
(propagated-inputs
(list r-ape
r-digest