mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: r-biocset: Replace custom phase with SKIPPED-TESTS argument.
* gnu/packages/bioconductor.scm (r-biocset)[arguments]: Remove phase 'delete-bad-tests; specify #:skipped-tests instead. Change-Id: Ibcdfdca6e35869e260a8f02deddacaa59002c7f1
This commit is contained in:
@@ -25110,14 +25110,19 @@ analytics on packages.")
|
|||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:skipped-tests
|
||||||
'(modify-phases %standard-phases
|
;; One test tries to connect to a website. ("'kegg_sets\\(\\)' works")
|
||||||
(add-after 'unpack 'delete-bad-tests
|
'("test_mapping_set.R"
|
||||||
(lambda _
|
("test_BiocSet-methods.R"
|
||||||
;; One test tries to connect to a website.
|
;; This test fails because "The `add` argument of `group_by()` was
|
||||||
(delete-file "tests/testthat/test_mapping_set.R")
|
;; deprecated in dplyr 1.0.0 and is now defunct."
|
||||||
;; One test fails with a sorting error.
|
"'summarise.BiocSet\\(\\)' works"
|
||||||
(delete-file "tests/testthat/test_BiocSet-methods.R"))))))
|
;; Expected `es_elementset(es2)$element` to equal
|
||||||
|
;; `sort(es_elementset(es)$element)`.
|
||||||
|
"'arrange.BiocSet\\(\\)' works")
|
||||||
|
("test_tbl_elementset_base-class.R"
|
||||||
|
;; `set` must be size 1, not 52.
|
||||||
|
"'summarise.tbl_elementset_base\\(\\)' works"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotationdbi
|
(list r-annotationdbi
|
||||||
r-biocio
|
r-biocio
|
||||||
|
|||||||
Reference in New Issue
Block a user