1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 05:04:04 +02:00

gnu: r-scrapper: Replace custom phase with SKIPPED-TESTS argument.

* gnu/packages/bioconductor.scm (r-scrapper)[arguments]: Remove phase
'disable-bad-tests; specify #:skipped-tests instead.

Change-Id: I25b29604508732e64a7efb72b9635e7bc8685356
This commit is contained in:
Ricardo Wurmus
2026-04-06 09:07:53 +02:00
parent d618b746ab
commit e5809f9dfe
+4 -6
View File
@@ -17206,6 +17206,9 @@ multiplication.")
(build-system r-build-system)
(arguments
(list
#:skipped-tests
;; This attempts to fetch datasets from the Internet.
'("test-analyze.R")
#:phases
'(modify-phases %standard-phases
;; I really don't like the trend on Bioconductor to repackage
@@ -17221,12 +17224,7 @@ multiplication.")
(("^RIGRAPH_FLAGS.*")
"RIGRAPH_FLAGS=`pkg-config --cflags igraph`\n")
(("^RIGRAPH_LIBS=.*")
"RIGRAPH_LIBS=`pkg-config --libs igraph`\n"))))
(add-after 'unpack 'disable-bad-tests
(lambda _
(with-directory-excursion "tests/testthat/"
;; This attempts to fetch datasets from the Internet.
(delete-file "test-analyze.R")))))))
"RIGRAPH_LIBS=`pkg-config --libs igraph`\n")))))))
(inputs (list igraph-for-r-rigraphlib))
(propagated-inputs (list r-assorthead
r-beachmat