aboutsummaryrefslogtreecommitdiff
path: root/absl/testing/BUILD
diff options
context:
space:
mode:
authorYilei Yang <yileiyang@google.com>2018-01-16 14:43:19 -0800
committerCopybara-Service <copybara-piper@google.com>2018-01-16 14:43:39 -0800
commitbf431a057393a6a1d83cebfb83d7aaef2c530a6d (patch)
treef425654ab9559594ce8688c1f794e7ea730647a3 /absl/testing/BUILD
parent809bfced716a811307d7a0a74d2737b135986542 (diff)
downloadabsl-py-bf431a057393a6a1d83cebfb83d7aaef2c530a6d.tar.gz
Windows tests: Use the bazel MANIFEST file to locate the .exe of the py_binary.
Added a workaround for https://github.com/bazelbuild/bazel/issues/4001 in absltest_test.py. PiperOrigin-RevId: 182114298
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 878886a..5420686 100644
--- a/absl/testing/BUILD
+++ b/absl/testing/BUILD
@@ -56,6 +56,7 @@ py_library(
srcs = ["_bazelize_command.py"],
srcs_version = "PY2AND3",
visibility = ["//:__subpackages__"],
+ deps = ["//absl/flags"],
)
py_test(