Skip to content

Commit d45e542

Browse files
author
Matt Mackay
authored
fix: ignore conflicting symlinks at site-packages root on venv creation (#336)
1 parent 77d13e4 commit d45e542

File tree

5 files changed

+3858
-7
lines changed

5 files changed

+3858
-7
lines changed

examples/pytest/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ py_test(
1616
deps = [
1717
":__test__",
1818
"@pypi_pytest//:pkg",
19+
"@pypi_ftfy//:pkg",
20+
"@pypi_neptune//:pkg",
1921
],
2022
)

0 commit comments

Comments
 (0)