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

commit b19de1e2e965e21251b44d000d707804885a655a
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Mar 12 09:35:13 2026 +0100

    gnu: r-spam: Use SKIPPED-TESTS argument.
    
    * gnu/packages/cran.scm (r-spam)[arguments]: Remove phase
    'delete-bad-tests; replace it with SKIPPED-TESTS argument.
    
    Change-Id: I7b94239df462f5575dbd9beeea8e830b522b8cdd
---
 gnu/packages/cran.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d1d44c2dbf..77727939a4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35518,12 +35518,12 @@ This makes it a convenient and fast interface to 
C/C++ and Fortran code.")
     (build-system r-build-system)
     (arguments
      (list
+      #:skipped-tests
+      ;; This file requires r-fields for "quilt.plot", but r-fields depends on
+      ;; this package.
+      '("test-rmvnorm.R")
       #:phases
       '(modify-phases %standard-phases
-         (add-after 'unpack 'delete-bad-tests
-           (lambda _
-             ;; One test fails with: could not find function "quilt.plot"
-             (delete-file "tests/testthat/test-rmvnorm.R")))
          (add-before 'check 'set-HOME
            (lambda _
              ;; Needed for building vignettes.

Reply via email to