From bf431a057393a6a1d83cebfb83d7aaef2c530a6d Mon Sep 17 00:00:00 2001 From: Yilei Yang Date: Tue, 16 Jan 2018 14:43:19 -0800 Subject: 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 --- absl/testing/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'absl/testing/BUILD') 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( -- cgit v1.2.3