Add "no_pip" to contrib/data/python/kernel_tests

Add "no_pip" to tests under contrib/data/python/kernel_tests that depend on tensorflow.contrib.data.python.kernel_tests
This commit is contained in:
Yifei Feng 2017-11-10 08:19:04 -08:00 committed by GitHub
parent 1d5f7db6a9
commit 8cf98b7d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ py_test(
size = "small",
srcs = ["batch_dataset_op_test.py"],
srcs_version = "PY2AND3",
tags = ["no_pip"],
deps = [
":dataset_serialization_test",
"//tensorflow/contrib/data/python/ops:dataset_ops",
@ -364,6 +365,7 @@ py_test(
size = "small",
srcs = ["sequence_dataset_op_test.py"],
srcs_version = "PY2AND3",
tags = ["no_pip"],
deps = [
":dataset_serialization_test",
"//tensorflow/contrib/data/python/ops:dataset_ops",
@ -428,6 +430,7 @@ py_test(
size = "small",
srcs = ["zip_dataset_op_test.py"],
srcs_version = "PY2AND3",
tags = ["no_pip"],
deps = [
":dataset_serialization_test",
"//tensorflow/contrib/data/python/ops:dataset_ops",