aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/pip_package/pip_smoke_test.py
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2017-06-13 16:56:53 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-13 17:00:25 -0700
commit94e59f807f88835b03b6b4c0a6f3a374c600706f (patch)
treea4b2076d0f69a0a008d1f2a70f11e8411f607b5f /tensorflow/tools/pip_package/pip_smoke_test.py
parent8e2116b7fa7d7cbcd3245d7de222476fc427e0b1 (diff)
Remove tensorboard from pip test script
PiperOrigin-RevId: 158919724
Diffstat (limited to 'tensorflow/tools/pip_package/pip_smoke_test.py')
-rw-r--r--tensorflow/tools/pip_package/pip_smoke_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/pip_package/pip_smoke_test.py b/tensorflow/tools/pip_package/pip_smoke_test.py
index 58a80fd98a..dec08157c2 100644
--- a/tensorflow/tools/pip_package/pip_smoke_test.py
+++ b/tensorflow/tools/pip_package/pip_smoke_test.py
@@ -32,8 +32,8 @@ PY_TEST_QUERY = """bazel query 'deps(\
filter("^((?!benchmark).)*$",\
kind(py_test,\
//tensorflow/python/... \
- + //tensorflow/tensorboard/... \
+ //tensorflow/contrib/... \
+ - //tensorflow/contrib/tensorboard/... \
- attr(tags, "manual|no_pip", //tensorflow/...))), 1)'"""
# Hard-coded blacklist of files if not included in pip package