Skip to content

Commit d15f324

Browse files
committed
native.alias /facepalm
1 parent bed1b61 commit d15f324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/pypi/pip_compile.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def pip_compile(
181181
**dict(attrs, **kwargs)
182182
)
183183

184-
alias(
184+
native.alias(
185185
name = "{}_test".format(name),
186186
actual = ":{}.test".format(name),
187187
deprecation = "Use '{}.test' instead. The '*_test' target will be removed in the next major release.".format(name),

0 commit comments

Comments
 (0)