1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 22:35:57 +02:00

gnu: r-ggdist: Replace custom phase with #:skipped-tests.

* gnu/packages/cran.scm (r-ggdist)[arguments]: Remove phase
'skip-bad-tests; provide #:skipped-tests argument.

Change-Id: I43dd35d5d311e0865ff24163f8bfe39ae1cc24e2
This commit is contained in:
Ricardo Wurmus
2026-02-18 10:10:33 +01:00
committed by Andreas Enge
parent 1550831eba
commit 63ede74078
+4 -8
View File
@@ -4683,14 +4683,10 @@ cluster diagrams.")
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'skip-bad-tests
(lambda _
;; Fetching the R releases requires internet access.
(substitute* "tests/testthat/test.scale_.R"
((".*mapping custom aesthetics works.*" m)
(string-append m "skip('skip');\n"))))))))
#:skipped-tests
;; Fetching the R releases requires internet access.
'(("test.scale_.R"
"mapping custom aesthetics works"))))
(propagated-inputs (list r-cli
r-distributional
r-ggplot2