mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: r-chromvar: Replace custom phase with SKIPPED-TESTS argument.
* gnu/packages/bioconductor.scm (r-chromvar)[arguments]: Remove phase 'disable-bad-tests; specify #:skipped-tests instead. Change-Id: Ia5419e9be986c9600372de103c0ee5353a194346
This commit is contained in:
@@ -26227,14 +26227,10 @@ This package wraps C++ code from the MOODS motif calling library.")
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-bad-tests
|
||||
(lambda _
|
||||
;; Fails with "more columns than column names".
|
||||
(substitute* "tests/testthat/test_get_counts.R"
|
||||
((".*can count fragments with bed file.*" m)
|
||||
(string-append m "skip('guix')\n"))))))))
|
||||
#:skipped-tests
|
||||
;; Fails with "more columns than column names".
|
||||
'(("test_get_counts.R"
|
||||
"can count fragments with bed file"))))
|
||||
(propagated-inputs
|
||||
(list r-biocgenerics
|
||||
r-biocparallel
|
||||
|
||||
Reference in New Issue
Block a user