aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/session_bundle
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-02-13 18:57:19 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-13 19:07:34 -0800
commitb71f11361e025c1245363a283a9761cd3368d3c9 (patch)
tree1a29fddbbc4d515695137e01ddec075debc485b9 /tensorflow/contrib/session_bundle
parent74d516c6aaee4dad8b7f471ca445bb130bfa5437 (diff)
Replace pip testing script with bazel.
Change: 147423640
Diffstat (limited to 'tensorflow/contrib/session_bundle')
-rw-r--r--tensorflow/contrib/session_bundle/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/session_bundle/BUILD b/tensorflow/contrib/session_bundle/BUILD
index 84dea09ad3..5e99b378ee 100644
--- a/tensorflow/contrib/session_bundle/BUILD
+++ b/tensorflow/contrib/session_bundle/BUILD
@@ -17,6 +17,7 @@ load(
"if_ios",
"if_mobile",
"if_not_mobile",
+ "py_test",
)
filegroup(
@@ -68,6 +69,7 @@ py_test(
],
main = "bundle_shim_test.py",
srcs_version = "PY2AND3",
+ tags = ["no_pip"],
deps = [
":bundle_shim_py",
":constants",
@@ -248,6 +250,7 @@ py_test(
data = [":session_bundle_half_plus_two"],
main = "session_bundle_test.py",
srcs_version = "PY2AND3",
+ tags = ["no_pip"],
deps = [
":constants",
":manifest_proto_py",