chore: remove extraneous dep from sys_path_order test (#3435)
The bazel_tools runfiles dep was mistakenly also added to another test
when the
test for importing bazel_tools was added.
diff --git a/tests/bootstrap_impls/BUILD.bazel b/tests/bootstrap_impls/BUILD.bazel
index 5f7e5af..e1f60f5 100644
--- a/tests/bootstrap_impls/BUILD.bazel
+++ b/tests/bootstrap_impls/BUILD.bazel
@@ -133,9 +133,6 @@
env = {"BOOTSTRAP": "system_python"},
imports = ["./site-packages"],
main = "sys_path_order_test.py",
- deps = [
- "@bazel_tools//tools/python/runfiles",
- ],
)
py_reconfig_test(