aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/BUILD')
-rw-r--r--tensorflow/python/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index 7530c09cfe..7f291b0b13 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -832,6 +832,7 @@ py_test(
data = ["//tensorflow/python:meta_graph_testdata"],
main = "framework/meta_graph_test.py",
srcs_version = "PY2AND3",
+ tags = ["no_pip"],
deps = [
":array_ops",
":client_testlib",
@@ -3055,6 +3056,7 @@ py_test(
srcs_version = "PY2AND3",
tags = [
"no_gpu",
+ "no_pip_gpu",
],
deps = [
":array_ops",
@@ -3079,6 +3081,7 @@ py_test(
srcs_version = "PY2AND3",
tags = [
"no_gpu",
+ "no_pip_gpu",
],
deps = [
":client",