-
-
Notifications
You must be signed in to change notification settings - Fork 597
chore: Bump rules_testing to 0.4.0 from 0.0.5 #1306
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
chore: Bump rules_testing to 0.4.0 from 0.0.5 #1306
Conversation
This uses the 0.4.0 release of rules_python, which has several features we can make use of * Various internal APIs have been made public * target_compatible_with can be set to skip tests by platform * Unit tests are easier to write Work towards bazel-contrib#1297
fyi @aignas this version of rules testing has the helpers that make writing unit tests easier |
Yeah, I bumped it in #1294 already, but I am happy to rebase/merge in once this is merged. |
I've found that I needed to also add
|
Does this PR need to do that @aignas? |
can we get that update here? |
Not strictly, no. I think what's happening is the parts of rules_testing Ignas is using end up pulling in rules_license, while the parts we're currently using don't. CI is happy and all the existing rules_testing tests pass. But sure, I can also add rules_license in this PR. Done. |
@rickeylev CI is being cranky |
Flakes, all good now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This uses the 0.4.0 release of rules_python, which has several features we can make use of
Also adds rules_license 0.0.7, which is a dependency of rules_testing.
Work towards #1297