You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of my brittle tests is failing because the devel version of {renv} now prints "loaded with lesson-requirements profile" instead of "loaded with profile (lesson-requirements)", which breaks my test.
That being said, {renv} still works as expected otherwise. The solution would be to remove the parens from that test.
══ Failedtests ════════════════════════════════════════════════════════════════
── Failure ('test-utils-callr.R:44:3'): callr_build_episode_md() workswithRmarkdownusingrenv ──
`\.`doesnotmatch"\\(lesson-requirements\\)".Actualvalue:"# Loading renv \[0\.17\.3-88; rstudio/renv@547832d\] -----------------------------\\n- Project '/tmp/RtmpsOHZyg/working_dir/RtmpOs2m7A/file32d4656eac79/lesson-example' loaded with lesson-requirements profile\.\\n- The project is currently out-of-sync\.\\n- Use `renv::status\(\)` for more details\."Backtrace:
▆
1. ├─base::suppressMessages(...) attest-utils-callr.R:44:22. │ └─base::withCallingHandlers(...)
3. ├─... %>% expect_output("\\(lesson-requirements\\)") attest-utils-callr.R:45:24. └─testthat::expect_output(., "\\(lesson-requirements\\)")
5. └─testthat::expect_match(...)
6. └─testthat:::expect_match_(...)
The text was updated successfully, but these errors were encountered:
zkamvar
changed the title
devel {renv} changed its messaging again, breaking one
devel {renv} changed its messaging again, breaking one test
Jun 30, 2023
One of my brittle tests is failing because the devel version of {renv} now prints "loaded with lesson-requirements profile" instead of "loaded with profile (lesson-requirements)", which breaks my test.
That being said, {renv} still works as expected otherwise. The solution would be to remove the parens from that test.
The text was updated successfully, but these errors were encountered: