summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/cran.scm14
1 files changed, 5 insertions, 9 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 885b56051c2..cf66143c37a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17591,15 +17591,11 @@ functions subject to simple constraints.")
(build-system r-build-system)
(arguments
(list
- #:phases
- '(modify-phases %standard-phases
- (add-after 'unpack 'testthat-compatibility
- (lambda _
- ;; This test uses the procedure "with_mock", which has been
- ;; removed from testthat.
- (substitute* "tests/testthat/test-error.R"
- ((".*non-native encoding causes warning.*" m)
- (string-append m "skip('skip');\n"))))))))
+ #:skipped-tests
+ ;; This test uses the procedure "with_mock", which has been
+ ;; removed from testthat.
+ '(("test-error.R"
+ "non-native encoding causes warning"))))
(native-inputs (list r-testthat))
(home-page "https://github.com/krlmlr/bindr")
(synopsis "Parametrized active bindings")