1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 14:34:06 +02:00

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

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

Change-Id: I17f4999f3747f4e72015ae64872e2c877a157267
This commit is contained in:
Ricardo Wurmus
2026-04-07 10:44:12 +02:00
parent dc4c04a435
commit 46f41339ea
+5 -7
View File
@@ -25747,13 +25747,11 @@ packages.")
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'disable-bad-test
(lambda _
;; This test would require r-beachmat-hdf5, but that package
;; depends on r-beachmat.
(delete-file "tests/testthat/test-initializeCpp-other.R"))))))
#:skipped-tests
'(("test-initializeCpp-other.R"
;; This test requires r-beachmat-hdf5, but that package depends on
;; r-beachmat.
"initialization works correctly with the HDF5Arrays"))))
(propagated-inputs
(list r-assorthead
r-biocgenerics