[ci] Allow mustache_template deps#11882
Conversation
`mustache_template` was moved to flutter/core-packages, but I didn't realize that `google_fonts` uses it in its generator. Now that it's not in-repo, that requires an explicit allowance so that pubspec validation passes.
|
This is blocking the roller (and any other PR that runs all tests). There's an interesting edge case here where removing a package doesn't trigger full-repo tests, so this wasn't caught in presubmit (or even postsubmit) for my PR. |
|
It looks like this pull request may not have tests. Please make sure to add tests or get an explicit test exemption before merging. If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. If you believe this PR qualifies for a test exemption, contact "@test-exemption-reviewer" in the #hackers channel in Discord (don't just cc them here, they won't see it!). The test exemption team is a small volunteer group, so all reviewers should feel empowered to ask for tests, without delegating that responsibility entirely to the test exemption group. |
|
test-exempt: fixes a broken CI test ( |
mustache_templatewas moved to flutter/core-packages, but I didn't realize thatgoogle_fontsuses it in its generator. Now that it's not in-repo, that requires an explicit allowance so that pubspec validation passes.