Closed alexeagle closed 2 months ago
A user who wrote pip_compile in their BUILD file might query:
pip_compile
% bazel query --output=label_kind requirements:all _pip_compile rule //requirements:requirements.all alias rule //requirements:requirements.all.update _pip_compile_test rule //requirements:requirements.all_test
It's not desirable that the names here don't match the name in the BUILD file.
--test_lang_filters=-pip_compile
--test_lang_filters=-_pip_compile
Note, I'll send a PR to fix this shortly
A user who wrote
pip_compile
in their BUILD file might query:It's not desirable that the names here don't match the name in the BUILD file.
--test_lang_filters=-pip_compile
- you'd have to--test_lang_filters=-_pip_compile
with the private name