Skip to content

Commit a1a4072

Browse files
committed
fixup the tests
1 parent 79f3a3d commit a1a4072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/uv/uv/uv_tests.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _test_only_defaults(env):
150150
"none",
151151
])
152152
uv.labels().contains_exactly({
153-
"none": "@@//python:none",
153+
"none": str(Label("//python:none")),
154154
})
155155
uv.compatible_with().contains_exactly({
156156
"none": ["@platforms//:incompatible"],

0 commit comments

Comments
 (0)