guix-commits
[Top][All Lists]
Advanced

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

32/45: gnu: r-annotationhubdata: Delete bad tests.


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

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

commit e888c0441e56d5686059ffa7418a114fc1f8a7ff
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 27 14:58:46 2024 +0100

    gnu: r-annotationhubdata: Delete bad tests.
    
    * gnu/packages/bioconductor.scm (r-annotationhubdata)[arguments]: Add phase
    'delete-bad-tests.
    
    Change-Id: Id14228ace239fca4524d92bd09a9298c556b9399
---
 gnu/packages/bioconductor.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index a88e6dcf14..2d3cf7b323 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4260,6 +4260,12 @@ to understand their data better and discover new 
insights.")
      (list
       #:phases
       '(modify-phases %standard-phases
+         (add-after 'unpack 'delete-bad-tests
+           (lambda _
+             ;; These tests require internet access.
+             (for-each delete-file
+                       '("inst/unitTests/test_recipe.R"
+                         "inst/unitTests/test_webAccessFunctions.R"))))
          (add-before 'install 'set-home
            (lambda _ (setenv "HOME" "/tmp"))))))
     (propagated-inputs



reply via email to

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