mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 09:05:54 +02:00
gnu: r-category: Replace custom phase with SKIPPED-TESTS argument.
* gnu/packages/bioconductor.scm (r-category)[arguments]: Remove phase 'delete-bad-tests; specify #:test-directory and #:skipped-tests instead. Change-Id: If573e4ea497fdd1f3654433d2854f0a821455bd6
This commit is contained in:
@@ -8910,12 +8910,9 @@ genome data packages and support for efficient SNP representation.")
|
||||
(list
|
||||
;; Vignettes attempt to connect to rest.kegg.jp.
|
||||
#:test-types '(list "tests")
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'delete-bad-tests
|
||||
(lambda _
|
||||
;; These tests need r-gostats, which depends on this package.
|
||||
(delete-file "inst/UnitTests/hyperGTest_test.R"))))))
|
||||
#:test-directory "inst/UnitTests"
|
||||
;; These tests need r-gostats, which depends on this package.
|
||||
#:skipped-tests '("hyperGTest_test.R")))
|
||||
(propagated-inputs
|
||||
(list r-annotate
|
||||
r-annotationdbi
|
||||
|
||||
Reference in New Issue
Block a user