Skip to content

test: use a custom rule instead of native.filegroup for testing that PyInfo is a required provider.#1479

Merged
rickeylev merged 1 commit intobazel-contrib:mainfrom
rickeylev:stricter-pyinfo-requires-test
Oct 9, 2023
Merged

test: use a custom rule instead of native.filegroup for testing that PyInfo is a required provider.#1479
rickeylev merged 1 commit intobazel-contrib:mainfrom
rickeylev:stricter-pyinfo-requires-test

Conversation

@rickeylev
Copy link
Copy Markdown
Collaborator

Within Google, for historical reasons, the filegroup rule type is allowed in deps, which means test_requires_pyinfo test fails. This can be easily worked around by using a custom rule that doesn't have the same name.

@rickeylev rickeylev requested a review from Solumin October 9, 2023 17:44
…PyInfo is a required provider.

Within Google, for historical reasons, the filegroup rule type is allowed in deps,
which means `test_requires_pyinfo` test fails. This can be easily worked
around by using a custom rule that doesn't have the same name.
@rickeylev rickeylev force-pushed the stricter-pyinfo-requires-test branch from 43468ed to 317e08b Compare October 9, 2023 17:48
@rickeylev rickeylev added this pull request to the merge queue Oct 9, 2023
Merged via the queue into bazel-contrib:main with commit f5d01c7 Oct 9, 2023
@rickeylev rickeylev deleted the stricter-pyinfo-requires-test branch October 9, 2023 21:03
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

Successfully merging this pull request may close these issues.

2 participants