gnu: r-glmgampoi: Delete bad test.

* gnu/packages/bioconductor.scm (r-glmgampoi)[arguments]: Add phase
'delete-bad-tests.

Change-Id: I86d6e61d2cf452aae35a76a1535c6ba8e0311899
This commit is contained in:
Ricardo Wurmus 2025-02-16 20:59:10 +01:00
parent 0ccd8f222a
commit 6f20da43b3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15814,6 +15814,14 @@ information.")
"141drlbgld05npk1bay7pcng7xmm43y26559qs8mxy9432cpzx9n"))))
(properties `((upstream-name . "glmGamPoi")))
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'delete-bad-tests
(lambda _
;; This test needs r-deseq2, which depends on this package.
(delete-file "tests/testthat/test-size_factors.R"))))))
(propagated-inputs
(list r-beachmat
r-biocgenerics