diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 2cac5b961e..147f752724 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -27,6 +27,7 @@ buildifier: .reusable_config: &reusable_config environment: USE_BAZEL_DIFF: "1" + EXP_USE_CQUERY: "true" build_targets: - "--" - "..." diff --git a/tests/uv/lock/pyproject_toml/BUILD.bazel b/tests/uv/lock/pyproject_toml/BUILD.bazel index a64fe50d14..d73d206293 100644 --- a/tests/uv/lock/pyproject_toml/BUILD.bazel +++ b/tests/uv/lock/pyproject_toml/BUILD.bazel @@ -27,4 +27,5 @@ diff_test( timeout = "short", file1 = ":requirements", file2 = "requirements.txt", + visibility = ["//tests/uv/lock:__pkg__"], )