From 97f32cfbb83d8df4f8b2c07cc74e4c8cefbccc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Fri, 26 Jan 2024 12:23:04 +0100 Subject: [PATCH] Fix tests on Linux, where sysreqs are supported --- tests/testthat/test-lockfile.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test-lockfile.R b/tests/testthat/test-lockfile.R index c31ef241c..b2ea035c9 100644 --- a/tests/testthat/test-lockfile.R +++ b/tests/testthat/test-lockfile.R @@ -1,6 +1,7 @@ test_that("lockfile_create, lockfile_install", { skip_on_cran() dld <- withr::local_tempdir() + withr::local_options(pkg.sysreqs_platform = "") cache_clean() setup_fake_apps()