aboutsummaryrefslogtreecommitdiff
path: root/absl/testing/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'absl/testing/BUILD')
-rw-r--r--absl/testing/BUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/absl/testing/BUILD b/absl/testing/BUILD
index 6dbbaea..b608c8c 100644
--- a/absl/testing/BUILD
+++ b/absl/testing/BUILD
@@ -8,7 +8,6 @@ py_library(
deps = [
":_pretty_print_reporter",
":xml_reporter",
- "//absl:_collections_abc",
"//absl:app",
"//absl/flags",
"//absl/logging",
@@ -34,7 +33,6 @@ py_library(
visibility = ["//visibility:public"],
deps = [
":absltest",
- "//absl:_collections_abc",
],
)
@@ -225,7 +223,6 @@ py_test(
deps = [
":absltest",
":parameterized",
- "//absl:_collections_abc",
],
)