mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 00:55:56 +02:00
gnu: r-latex2exp: Skip bad test.
* gnu/packages/cran.scm (r-latex2exp)[arguments]: Add phase 'disable-bad-test. Change-Id: I8cd2d0428d3434866185f8d1f5e6cfc1f2e93981
This commit is contained in:
@@ -47145,6 +47145,16 @@ appropriate dog and cat images for many status codes.")
|
||||
(base32
|
||||
"1jp0l0hi5kv4yh28qg2yj2z5fj33gnfvdz2g2v4ibn516fj2d636"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-bad-test
|
||||
(lambda _
|
||||
;; This test produces warnings.
|
||||
(substitute* "tests/testthat/test_simple.R"
|
||||
((".*Escaped symbols renders correctly.*" m)
|
||||
(string-append m "skip('skip')\n"))))))))
|
||||
(propagated-inputs
|
||||
(list r-magrittr r-stringr))
|
||||
(native-inputs
|
||||
|
||||
Reference in New Issue
Block a user