Skip to content

Commit 1771677

Browse files
authored
chore: remove extraneous dep from sys_path_order test (bazel-contrib#3435)
The bazel_tools runfiles dep was mistakenly also added to another test when the test for importing bazel_tools was added.
1 parent 89fedb7 commit 1771677

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/bootstrap_impls/BUILD.bazel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ py_reconfig_test(
133133
env = {"BOOTSTRAP": "system_python"},
134134
imports = ["./site-packages"],
135135
main = "sys_path_order_test.py",
136-
deps = [
137-
"@bazel_tools//tools/python/runfiles",
138-
],
139136
)
140137

141138
py_reconfig_test(

0 commit comments

Comments
 (0)