aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/compatibility
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-23 18:09:16 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-23 18:12:45 -0700
commit8bffa11a4c36a9c4af87ca673cb31ed91661c002 (patch)
treeec38ee2377df77ec36ba6acc80acc64729fef48d /tensorflow/tools/compatibility
parent169e6d103259efc68b88fb1b0c7cd8021ddf97a0 (diff)
BUILD cleanup in tensorflow/tools/...
PiperOrigin-RevId: 160018623
Diffstat (limited to 'tensorflow/tools/compatibility')
-rw-r--r--tensorflow/tools/compatibility/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/tools/compatibility/BUILD b/tensorflow/tools/compatibility/BUILD
index fb40cf0833..19959ea6d2 100644
--- a/tensorflow/tools/compatibility/BUILD
+++ b/tensorflow/tools/compatibility/BUILD
@@ -24,7 +24,9 @@ py_test(
srcs_version = "PY2AND3",
deps = [
"tf_upgrade",
- "//tensorflow:tensorflow_py",
+ "//tensorflow/python:client_testlib",
+ "//tensorflow/python:framework_test_lib",
+ "@six_archive//:six",
],
)