Commit 98e1a95
committed
fix(bazel): use Label() for deps in py_itf_unittest
String labels in legacy macros resolve in the caller's repo
context, making @itf_pip invisible to downstream consumers.
Label() resolves in the defining module's context instead.1 parent 6b27d41 commit 98e1a95
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments