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 8d78e18 commit 0a0d27aCopy full SHA for 0a0d27a
tests/implicit_namespace_packages/BUILD.bazel
@@ -1,8 +1,10 @@
1
load("//python:py_test.bzl", "py_test")
2
+load("//tests/support:support.bzl", "SUPPORTS_BZLMOD_UNIXY")
3
4
py_test(
5
name = "namespace_packages_test",
6
srcs = ["namespace_packages_test.py"],
7
+ target_compatible_with = SUPPORTS_BZLMOD_UNIXY,
8
deps = [
9
"@implicit_namespace_ns_sub1//:pkg",
10
"@implicit_namespace_ns_sub2//:pkg",
0 commit comments