aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/data/kernel_tests/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/data/kernel_tests/BUILD')
-rw-r--r--tensorflow/python/data/kernel_tests/BUILD18
1 files changed, 3 insertions, 15 deletions
diff --git a/tensorflow/python/data/kernel_tests/BUILD b/tensorflow/python/data/kernel_tests/BUILD
index cadfe7f9e0..bf76860aa4 100644
--- a/tensorflow/python/data/kernel_tests/BUILD
+++ b/tensorflow/python/data/kernel_tests/BUILD
@@ -115,8 +115,10 @@ tf_py_test(
srcs = ["dataset_ops_test.py"],
additional_deps = [
":test_base",
- "//tensorflow/core:protos_all_py",
+ "@absl_py//absl/testing:parameterized",
+ "//third_party/py/numpy",
"//tensorflow/python:client_testlib",
+ "//tensorflow/python:sparse_tensor",
"//tensorflow/python/data/ops:dataset_ops",
],
)
@@ -173,20 +175,6 @@ tf_py_test(
)
tf_py_test(
- name = "inputs_test",
- size = "small",
- srcs = ["inputs_test.py"],
- additional_deps = [
- ":test_base",
- "@absl_py//absl/testing:parameterized",
- "//third_party/py/numpy",
- "//tensorflow/python:client_testlib",
- "//tensorflow/python:sparse_tensor",
- "//tensorflow/python/data/ops:dataset_ops",
- ],
-)
-
-tf_py_test(
name = "interleave_dataset_op_test",
size = "small",
srcs = ["interleave_dataset_op_test.py"],