diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-04-07 07:43:55 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-28 09:43:20 +0200 |
| commit | 74958d45f53877f064f8ee99d201e4e04e386231 (patch) | |
| tree | 901f45e57e2e8613ff3d5b1b49b6f6a7217e4644 /gnu | |
| parent | 00fd60c8395f81b55e2f42947cb1c475166af9db (diff) | |
gnu: r-biocsingular: Replace custom phase with SKIPPED-TESTS argument.
* gnu/packages/bioconductor.scm (r-biocsingular)[arguments]: Remove phase
'delete-bad-tests; specify #:skipped-tests instead.
Change-Id: I8b8f91562233c9cca180eeda50f5d6dc4bc1cd37
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioconductor.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 5e8932532b..24633b9b44 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -17369,12 +17369,10 @@ missing values and weighting where appropriate.") (build-system r-build-system) (arguments (list - #:phases - '(modify-phases %standard-phases - (add-after 'unpack 'delete-bad-tests - (lambda _ - ;; 4 tests fail with "Objects equal but not identical". - (delete-file "tests/testthat/test-lowrank.R")))))) + #:skipped-tests + '(("test-lowrank.R" + ;; Objects equal but not identical + "LowRankMatrix subsetting works as expected")))) (propagated-inputs (list r-assorthead r-beachmat |
