mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-manipulatewidget: Skip bad tests.
* gnu/packages/cran.scm (r-manipulatewidget)[arguments]: Add phase 'testthat-compatibility. Change-Id: I5d3741de0d68701e8bf972de786e42163bd3af12
This commit is contained in:
parent
a4543d40cc
commit
3938247527
1 changed files with 5 additions and 0 deletions
|
|
@ -26939,6 +26939,11 @@ visualization of similarity data.")
|
|||
(guix build minify-build-system))
|
||||
#:phases
|
||||
'(modify-phases (@ (guix build r-build-system) %standard-phases)
|
||||
;; These two tests use the deprecated procedure "with_mock" that has
|
||||
;; since been removed from testthat.
|
||||
(add-after 'unpack 'testthat-compatibility
|
||||
(lambda _
|
||||
(delete-file "tests/testthat/test-on_done.R")))
|
||||
(add-after 'unpack 'process-javascript
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(with-directory-excursion "inst/lib/export"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue