guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 989722a38a427609aafb9d6e7c9439455e437410
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Mar 11 20:02:26 2026 +0100
gnu: r-network: Enable all tests.
* gnu/packages/cran.scm (r-network)[arguments]: Remove phase
'delete-bad-tests.
Change-Id: Ie1f6a9c0cb521b217a5c65e16acbb26eeacfc3b9
---
gnu/packages/cran.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 092307c3a9..d632d77ce1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23312,13 +23312,7 @@ all return data frames.")
(arguments
(list
;; Vignettes require r-sna, which depends on r-network.
- #:test-types '(list "tests")
- #:phases
- '(modify-phases %standard-phases
- (add-after 'unpack 'delete-bad-tests
- (lambda _
- ;; One test requires access to the internet.
- (delete-file "tests/testthat/test-read.paj.R"))))))
+ #:test-types '(list "tests")))
(propagated-inputs
(list r-magrittr r-statnet-common r-tibble))
(native-inputs (list r-testthat))