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.
2 parents 6b27d41 + 98e1a95 commit 528cfc1Copy full SHA for 528cfc1
1 file changed
bazel/py_itf_unittest.bzl
@@ -44,7 +44,7 @@ def py_itf_unittest(name, srcs, deps = [], data = [], env = {}, pytest_config =
44
"--show-capture=no",
45
"--junitxml=$$XML_OUTPUT_FILE",
46
] + ["$(location %s)" % x for x in srcs],
47
- deps = ["@score_itf//:itf", "@itf_pip//pytest_mock"] + deps,
+ deps = [Label("@score_itf//:itf"), Label("@itf_pip//pytest_mock")] + deps,
48
data = [pytest_config] + data,
49
env = {"PYTHONDONOTWRITEBYTECODE": "1"} | env,
50
**kwargs
0 commit comments