1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 00:25:58 +02:00

gnu: r-vcr: Replace custom phase with #:skipped-tests.

* gnu/packages/cran.scm (r-vcr)[arguments]: Remove phase
'skip-bad-tests; provide #:skipped-tests argument.

Change-Id: I0bd95ae77067017207a678a6de7f0772f2d6964b
This commit is contained in:
Ricardo Wurmus
2026-02-18 10:08:57 +01:00
committed by Andreas Enge
parent 820ebc0350
commit 4498ca3ad5
+4 -7
View File
@@ -8540,13 +8540,10 @@ WebAssembly engine.")
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'skip-bad-tests
(lambda _
;; These tests need Internet access.
(delete-file "tests/testthat/test-request_handler-crul.R")
(delete-file "tests/testthat/test-ause_cassette_re_record.R"))))))
#:skipped-tests
;; These tests need Internet access.
'("test-request_handler-crul.R"
"test-ause_cassette_re_record.R")))
(propagated-inputs (list r-cli
r-curl
r-jsonlite