mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: r-immapex: Replace custom phase with SKIPPED-TESTS argument.
* gnu/packages/bioconductor.scm (r-immapex)[arguments]: Remove phase 'skip-bad-tests; specify #:skipped-tests instead. Change-Id: Icb90decad077e6e2b9f68b618a983b8251954791
This commit is contained in:
@@ -7643,14 +7643,10 @@ arbitrary genomic intervals along chromosomal ideogram.")
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'skip-bad-tests
|
||||
(lambda _
|
||||
;; XXX: fails because "kideraFactors" is an unknown property.
|
||||
(substitute* "tests/testthat/test-sequenceDecoder.R"
|
||||
((".*.propertyDecoder decodes standard sequences correctly.*" m)
|
||||
(string-append m "skip('guix')\n"))))))))
|
||||
#:skipped-tests
|
||||
'(("test-sequenceDecoder.R"
|
||||
;; XXX: fails because "kideraFactors" is an unknown property.
|
||||
".propertyDecoder decodes standard sequences correctly"))))
|
||||
(propagated-inputs (list r-hash
|
||||
r-httr
|
||||
r-matrix
|
||||
|
||||
Reference in New Issue
Block a user