aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/simple_test_with_conftest/bar/BUILD.out
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/python/testdata/simple_test_with_conftest/bar/BUILD.out')
-rw-r--r--gazelle/python/testdata/simple_test_with_conftest/bar/BUILD.out3
1 files changed, 0 insertions, 3 deletions
diff --git a/gazelle/python/testdata/simple_test_with_conftest/bar/BUILD.out b/gazelle/python/testdata/simple_test_with_conftest/bar/BUILD.out
index e42c499..4a1204e 100644
--- a/gazelle/python/testdata/simple_test_with_conftest/bar/BUILD.out
+++ b/gazelle/python/testdata/simple_test_with_conftest/bar/BUILD.out
@@ -6,7 +6,6 @@ py_library(
"__init__.py",
"bar.py",
],
- imports = [".."],
visibility = ["//:__subpackages__"],
)
@@ -14,14 +13,12 @@ py_library(
name = "conftest",
testonly = True,
srcs = ["conftest.py"],
- imports = [".."],
visibility = ["//:__subpackages__"],
)
py_test(
name = "bar_test",
srcs = ["__test__.py"],
- imports = [".."],
main = "__test__.py",
deps = [
":bar",