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

specify argument for test_stale_deps from test_all #53

Closed
dpinol opened this issue Aug 19, 2021 · 2 comments
Closed

specify argument for test_stale_deps from test_all #53

dpinol opened this issue Aug 19, 2021 · 2 comments

Comments

@dpinol
Copy link

dpinol commented Aug 19, 2021

When executing test_all, I get
To ignore from stale dependency detection, pass the package name to ignorekeyword argument ofAqua.test_stale_deps`
but I don't know how to specify ignore argument to test_stale_deps from test_all

thanks

@tkf
Copy link
Member

tkf commented Aug 19, 2021

I think something like test_all(TestTarget; stale_deps = (; stale_deps = [:PackageName]) should work.

@dpinol
Copy link
Author

dpinol commented Aug 20, 2021

yes! just replacing the 2nd stale_deps with ignore it works
test_all(TestTarget; stale_deps = (; **ignore**= [:PackageName])

domo arigato gozaimasu

@dpinol dpinol closed this as completed Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants