aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/test
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2016-12-14 16:30:24 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-14 16:43:13 -0800
commit5866e065bc95c1d7de8a27413b368016941889a6 (patch)
tree55b7db600e38b3a799ab39053cd99e61204f840b /tensorflow/tools/test
parent38a664cd961762e64899187a31a1b86cbe5a992e (diff)
Remove hourglass imports from kernel_tests
Change: 142080137
Diffstat (limited to 'tensorflow/tools/test')
-rw-r--r--tensorflow/tools/test/BUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/tensorflow/tools/test/BUILD b/tensorflow/tools/test/BUILD
index b4dc3c7133..4bea35d349 100644
--- a/tensorflow/tools/test/BUILD
+++ b/tensorflow/tools/test/BUILD
@@ -20,7 +20,11 @@ py_library(
"system_info_lib.py",
],
srcs_version = "PY2AND3",
- deps = ["//tensorflow:tensorflow_py"],
+ deps = [
+ "//tensorflow:tensorflow_py",
+ "//tensorflow/python:client",
+ "//tensorflow/python:errors",
+ ],
)
py_binary(