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 9c69075 commit b151599Copy full SHA for b151599
py/tests/py_venv_conflict/BUILD.bazel
@@ -58,5 +58,10 @@ py_venv_test(
58
name = "validate_import_roots",
59
srcs = ["test_import_roots.py"],
60
main = "test_import_roots.py",
61
- venv = ":test_venv_ignore",
+ package_collisions = "ignore",
62
+ deps = [
63
+ ":lib",
64
+ "//py/tests/py_venv_conflict/a",
65
+ "//py/tests/py_venv_conflict/b",
66
+ ],
67
)
0 commit comments