Merge branch 'no_phone_home_cw-7260' into 'dev'

No biocManager test phone home [CW-7260]

See merge request epi2melabs/workflows/wf-transcriptomes!277
This commit is contained in:
Neil Horner 2026-05-21 13:45:11 +00:00
commit 1dd6e3fd06

View File

@ -17,7 +17,9 @@ Sys.setenv(
TEST_DATA = Sys.getenv("TEST_DATA", unset = file.path(repo_root, "test_data")),
TESTTHAT_PKG = "workflowGlueR",
TESTTHAT_PARALLEL = "true",
TESTTHAT_CPUS = "8"
TESTTHAT_CPUS = "8",
BIOCONDUCTOR_ONLINE_VERSION_DIAGNOSIS = "FALSE",
R_BIOC_VERSION = "3.21"
)
testthat_dir <- file.path(pkg_dir, "tests", "testthat")