guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

41/45: gnu: r-ncdfflow: Delete bad tests.


From: guix-commits
Subject: 41/45: gnu: r-ncdfflow: Delete bad tests.
Date: Wed, 27 Nov 2024 11:07:24 -0500 (EST)

rekado pushed a commit to branch r-team
in repository guix.

commit 2aa21f18e86d91fe1c2119b882c4cc06bbc2f24c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 27 16:49:07 2024 +0100

    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
---
 gnu/packages/bioconductor.scm | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 36ea08443c..4f8d4648af 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]