We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cceefc commit 3369453Copy full SHA for 3369453
tests/whl_with_build_files/BUILD.bazel
@@ -1,9 +1,9 @@
1
load("//python:py_test.bzl", "py_test")
2
-load("//tests/support:support.bzl", "BZLMOD_UNIXY")
+load("//tests/support:support.bzl", "SUPPORTS_BZLMOD_UNIXY")
3
4
py_test(
5
name = "verify_files_test",
6
srcs = ["verify_files_test.py"],
7
- target_compatible_with = BZLMOD_UNIXY,
+ target_compatible_with = SUPPORTS_BZLMOD_UNIXY,
8
deps = ["@somepkg_with_build_files//:pkg"],
9
)
0 commit comments