1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-biocmake: Replace custom phase with SKIPPED-TESTS argument.

* gnu/packages/bioconductor.scm (r-biocmake)[arguments]: Remove phase
'disable-bad-tests; specify #:skipped-tests instead.

Change-Id: I53f6872b261fa004967b0a332a8c3c461d010a39
This commit is contained in:
Ricardo Wurmus
2026-03-31 21:39:23 +02:00
parent 17864135c3
commit 17526fa4ed

View File

@@ -6110,10 +6110,8 @@ retrieval analyses, or similar technologies.")
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'disable-bad-tests
(lambda _ (delete-file "tests/testthat/test-download.R"))))))
;; This requires internet access.
#:skipped-tests '("test-download.R")))
(propagated-inputs (list cmake r-dir-expiry))
(native-inputs (list r-knitr r-testthat))
(home-page "https://github.com/LTLA/biocmake")