-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update testthat version #359
Conversation
Got another failure about Updating testthat to 3.2.0 |
Still fails: This may have something to do with the |
Issue still persist. I think it may have something to do with other dependencies based on the min_isolated strategy. @averissimo @m7pr |
Unit Tests Summary 1 files 15 suites 1s ⏱️ Results for commit 01ab8dd. ♻️ This comment has been updated with latest results. |
I'm not able to reproduce the error on my machine (locally with building from source) as verdepcheck never resolves down to 3.1.8 (using 3.2.2 with same strategy) I'm testing with the CI virtual image and will update this issue when possible, it takes some time on every run 😅 |
I was also checking this issue: Latest testthat (December 2024) increased the dependency version of waldo to a waldo version with improvements on S4 methods of |
There's a problem with We can bump to the current version of I don't think there's a problem with bumping to latest as this is not a validated package AFAIK. |
Thanks for looking into this @averissimo @llrs-roche @averissimo
|
That is a great addition here @donyunardi (today I learned about that parameter) |
We need to bump up
testthat
version because we're usingtestthat::it
function in unit tests.This function was introduced in
3.1.8
:https://github.com/r-lib/testthat/blob/v3.1.8/R/describe.R#L89
This update will fix the
Dependency Test - min isolated
:https://github.com/insightsengineering/teal.data/actions/runs/12532231366/job/34950746107#step:9:774