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.
1 parent 4374778 commit a1bec35Copy full SHA for a1bec35
py/tests/venv-link/BUILD.bazel
@@ -1,11 +1,11 @@
1
-load("//py/private/py_venv:defs.bzl", "py_venv_binary")
+load("//py/private/py_venv:defs.bzl", "py_venv_test")
2
3
py_venv_test(
4
name = "test_link",
5
srcs = [
6
- "link.py",
+ "//py/private/link:link.py",
7
"test_link.py",
8
],
9
- imports = ["."],
+ imports = ["../../private/link/"],
10
main = "test_link.py",
11
)
0 commit comments