Skip to content

Commit b151599

Browse files
committed
Repair tests
1 parent 9c69075 commit b151599

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

py/tests/py_venv_conflict/BUILD.bazel

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,10 @@ py_venv_test(
5858
name = "validate_import_roots",
5959
srcs = ["test_import_roots.py"],
6060
main = "test_import_roots.py",
61-
venv = ":test_venv_ignore",
61+
package_collisions = "ignore",
62+
deps = [
63+
":lib",
64+
"//py/tests/py_venv_conflict/a",
65+
"//py/tests/py_venv_conflict/b",
66+
],
6267
)

0 commit comments

Comments
 (0)