Skip to content

Commit

Permalink
Update snapshot tests and bump dependency versions (#214)
Browse files Browse the repository at this point in the history
* Redocument with roxygen2 7.1.2

* Bump required versions of rlang, vctrs, and lifecycle

* Update snapshot test with latest testthat

* NEWS bullets
  • Loading branch information
DavisVaughan committed Apr 22, 2022
1 parent 57c9efa commit bfb1ce3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Depends:
Imports:
ellipsis,
globals (>= 0.13.1),
lifecycle (>= 1.0.0),
lifecycle (>= 1.0.1),
purrr (>= 0.3.0),
rlang (>= 0.3.0),
vctrs (>= 0.3.2)
rlang (>= 1.0.2),
vctrs (>= 0.4.1)
Suggests:
carrier,
covr,
Expand All @@ -44,5 +44,5 @@ Config/Needs/website:
progressr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
Config/testthat/edition: 3
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# furrr (development version)

* lifecycle >=1.0.1, rlang >=1.0.2, and vctrs >=0.4.1 are now required (#214).

* Updated snapshot tests related to how testthat prints condition details
(#213).

# furrr 0.2.3

* Preemptively updated tests related to upcoming changes in testthat (#196).
Expand Down
5 changes: 1 addition & 4 deletions man/furrr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tests/testthat/_snaps/deprecation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Code
future_options()
Warning <lifecycle_warning_deprecated>
Condition
Warning:
`future_options()` was deprecated in furrr 0.2.0.
Please use `furrr_options()` instead.
Output
Expand Down

0 comments on commit bfb1ce3

Please sign in to comment.