mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-14 09:00:39 +02:00
gnu: r-datawizard: Replace custom phase with #:skipped-tests.
* gnu/packages/cran.scm (r-datawizard)[arguments]: Remove phase 'disable-bad-tests; provide #:skipped-tests argument. Change-Id: I9f4d5654db714d4bddc295ad3dd51b39b1b4f6d2
This commit is contained in:
committed by
Andreas Enge
parent
63ede74078
commit
56e8a87a7b
@@ -2594,14 +2594,10 @@ and fast file reading.")
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-bad-tests
|
||||
(lambda _
|
||||
;; Fails with "NA in coercion to boolean"
|
||||
(substitute* "tests/testthat/test-data_rename.R"
|
||||
((".*data_rename: multiple selection types.*" m)
|
||||
(string-append m "skip('skip');\n"))))))))
|
||||
#:skipped-tests
|
||||
;; Fails with "NA in coercion to boolean"
|
||||
'(("test-data_rename.R"
|
||||
"data_rename: multiple selection types"))))
|
||||
(propagated-inputs
|
||||
(list r-insight))
|
||||
(native-inputs
|
||||
|
||||
Reference in New Issue
Block a user