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

commit 20fc9c73110a747b99616193d96cba89819994c5
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Mar 12 09:47:03 2026 +0100

    gnu: r-xgboost: Enable all tests.
    
    * gnu/packages/cran.scm (r-xgboost)[arguments]: Remove phase
    'delete-bad-tests.
    
    Change-Id: If226037e79cd12e2156ba8fd7e3ca623814b18bc
---
 gnu/packages/cran.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 77727939a4..44c3a572a7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -41866,18 +41866,6 @@ the current document.")
     (properties
      '((updater-ignored-native-inputs . ("r-titanic"))))
     (build-system r-build-system)
-    (arguments
-     (list
-      #:phases
-      '(modify-phases %standard-phases
-         (add-after 'unpack 'delete-bad-tests
-           (lambda _
-             ;; One tests here requires r-titanic.
-             (delete-file "tests/testthat/test_callbacks.R")
-             ;; This needs internet access
-             (delete-file "tests/testthat/test_model_compatibility.R")
-             ;; object 'Arthritis' not found
-             (delete-file "tests/testthat/test_helpers.R"))))))
     (propagated-inputs
      (list r-data-table r-jsonlite r-matrix))
     (native-inputs

Reply via email to