aboutsummaryrefslogtreecommitdiff
path: root/absl/testing/BUILD
diff options
context:
space:
mode:
authorXiaofei Wang <wangxf@google.com>2018-09-27 16:24:41 -0700
committerCopybara-Service <copybara-piper@google.com>2018-09-27 16:24:57 -0700
commit2142c8c3fac2ad259248fa3416be7bc05b913b01 (patch)
tree8036c7bda8d21b9f5ea2fa24c0b0c8d39ce045ac /absl/testing/BUILD
parentc293a00c2b3456f0b31117fd12611f8fb6cc877f (diff)
downloadabsl-py-2142c8c3fac2ad259248fa3416be7bc05b913b01.tar.gz
Make subtest show correct test names in Python 2.
PiperOrigin-RevId: 214855079
Diffstat (limited to 'absl/testing/BUILD')
-rw-r--r--absl/testing/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/testing/BUILD b/absl/testing/BUILD
index bae695a..d4440da 100644
--- a/absl/testing/BUILD
+++ b/absl/testing/BUILD
@@ -51,6 +51,7 @@ py_library(
visibility = ["//visibility:public"],
deps = [
":_pretty_print_reporter",
+ "//absl/third_party/unittest3_backport",
"@six_archive//:six",
],
)