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:
parent
1d5f7db6a9
commit
8cf98b7d0e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user