chore: Bump rules_testing to 0.4.0 from 0.0.5#1306
chore: Bump rules_testing to 0.4.0 from 0.0.5#1306chrislovecnm merged 2 commits intobazel-contrib:mainfrom
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. |
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