Skip to content
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

remove test skips conditional on rlang package version #1132

Closed
simonpcouch opened this issue Apr 26, 2023 · 1 comment · Fixed by #1135
Closed

remove test skips conditional on rlang package version #1132

simonpcouch opened this issue Apr 26, 2023 · 1 comment · Fixed by #1135
Labels
upkeep maintenance, infrastructure, and similar

Comments

@simonpcouch
Copy link
Contributor

Came up in review for #1131, which addressed some of these.

recipes requires rlang >= 1.0.3:

rlang (>= 1.0.3),

but several tests skip conditional on rlang version 1.0.0, e.g.

skip_if(packageVersion("rlang") < "1.0.0")

@EmilHvitfeldt EmilHvitfeldt added the upkeep maintenance, infrastructure, and similar label Apr 26, 2023
@github-actions
Copy link

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators May 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
upkeep maintenance, infrastructure, and similar
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants