diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-31 21:39:23 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:37:26 +0200 |
| commit | 17526fa4edf9409a77aea3cb1c1fb65c5770f3a6 (patch) | |
| tree | ee8112a3a6d8f903b22a97db11ea5fcfe049fadf /gnu/packages | |
| parent | 17864135c37beae323d93421cee950f38a59e9bf (diff) | |
gnu: r-biocmake: Replace custom phase with SKIPPED-TESTS argument.
* gnu/packages/bioconductor.scm (r-biocmake)[arguments]: Remove phase
'disable-bad-tests; specify #:skipped-tests instead.
Change-Id: I53f6872b261fa004967b0a332a8c3c461d010a39
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/bioconductor.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 4707eaf3c33..442c82f4e76 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6110,10 +6110,8 @@ retrieval analyses, or similar technologies.") (build-system r-build-system) (arguments (list - #:phases - '(modify-phases %standard-phases - (add-after 'unpack 'disable-bad-tests - (lambda _ (delete-file "tests/testthat/test-download.R")))))) + ;; This requires internet access. + #:skipped-tests '("test-download.R"))) (propagated-inputs (list cmake r-dir-expiry)) (native-inputs (list r-knitr r-testthat)) (home-page "https://github.com/LTLA/biocmake") |
