aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/pip_package/pip_smoke_test.py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-05-04 07:04:55 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-04 08:30:20 -0700
commit42c7659eddaaeea13ffac6688e1acd56147abaf1 (patch)
treea6dedb13f5621b4ea236a35f7013e511b53b6132 /tensorflow/tools/pip_package/pip_smoke_test.py
parent0374fd18c2c6bd19dba265469604f711fe6a91c5 (diff)
Add `categorical_column_with_vocabulary_file`.
Move lookup_ops implementation from tensorflow/contrib/lookup to tensorflow/python/feature_column. Change: 155079825
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 61c3fe5540..0438ce6846 100644
--- a/tensorflow/tools/pip_package/pip_smoke_test.py
+++ b/tensorflow/tools/pip_package/pip_smoke_test.py
@@ -45,6 +45,7 @@ BLACKLIST = [
"//tensorflow/python:compare_test_proto_py",
"//tensorflow/core:image_testdata",
"//tensorflow/core/kernels/cloud:bigquery_reader_ops",
+ "//tensorflow/python/feature_column:vocabulary_testdata",
"//tensorflow/python:framework/test_file_system.so",
# contrib
"//tensorflow/contrib/session_bundle:session_bundle_half_plus_two",