Skip to content

Commit 3369453

Browse files
committed
fix bzlmod_unixy import
1 parent 7cceefc commit 3369453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
load("//python:py_test.bzl", "py_test")
2-
load("//tests/support:support.bzl", "BZLMOD_UNIXY")
2+
load("//tests/support:support.bzl", "SUPPORTS_BZLMOD_UNIXY")
33

44
py_test(
55
name = "verify_files_test",
66
srcs = ["verify_files_test.py"],
7-
target_compatible_with = BZLMOD_UNIXY,
7+
target_compatible_with = SUPPORTS_BZLMOD_UNIXY,
88
deps = ["@somepkg_with_build_files//:pkg"],
99
)

0 commit comments

Comments
 (0)