1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: r-ncdfflow: Delete bad tests.

* gnu/packages/bioconductor.scm (r-ncdfflow)[arguments]: Add phase
'delete-bad-tests.
[properties]: Tell updater not to add r-flowstats.

Change-Id: I3ba5519d907890d606ea1160d4b715ce82392e36
This commit is contained in:
Ricardo Wurmus 2024-11-27 16:49:07 +01:00
parent 1bdde11073
commit 62c0eda7f4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20075,8 +20075,19 @@ change point detection.")
(sha256
(base32
"16djrka94dhj041sd52ni9r5283fpnj5h5ljzzjqfik10fc9k5z5"))))
(properties `((upstream-name . "ncdfFlow")))
(properties
`((upstream-name . "ncdfFlow")
;; Avoid dependency cycle.
(updater-ignored-native-inputs . ("r-flowstats"))))
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'delete-bad-tests
(lambda _
;; Avoid dependency cycle.
(delete-file "tests/testthat/test_ncdfFlowSet_accessor.R"))))))
(propagated-inputs
(list r-bh
r-biobase