aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/pip_package/pip_smoke_test.py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-01-09 12:01:48 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-09 12:09:58 -0800
commita929d25305221101b0adcca6c316c05172f828ae (patch)
tree422ffd09a6ba59c5b813e7ad7f4a41f15e8348be /tensorflow/tools/pip_package/pip_smoke_test.py
parent3dc5d0f90203bba43682a835c916a3a8e3efb54e (diff)
High level API. The public interface is found in api.py.
PiperOrigin-RevId: 181352929
Diffstat (limited to 'tensorflow/tools/pip_package/pip_smoke_test.py')
-rw-r--r--tensorflow/tools/pip_package/pip_smoke_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tools/pip_package/pip_smoke_test.py b/tensorflow/tools/pip_package/pip_smoke_test.py
index 22e1584b78..cddf9c8f44 100644
--- a/tensorflow/tools/pip_package/pip_smoke_test.py
+++ b/tensorflow/tools/pip_package/pip_smoke_test.py
@@ -61,6 +61,7 @@ BLACKLIST = [
"//tensorflow/contrib/framework:checkpoint_ops_testdata",
"//tensorflow/contrib/bayesflow:reinforce_simple_example",
"//tensorflow/contrib/bayesflow:examples/reinforce_simple/reinforce_simple_example.py", # pylint:disable=line-too-long
+ "//tensorflow/contrib/py2tf:py2tf_internal",
"//tensorflow/contrib/timeseries/examples:predict",
"//tensorflow/contrib/timeseries/examples:multivariate",
"//tensorflow/contrib/timeseries/examples:known_anomaly",