aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/pip_package/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/pip_package/BUILD')
-rw-r--r--tensorflow/tools/pip_package/BUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/tensorflow/tools/pip_package/BUILD b/tensorflow/tools/pip_package/BUILD
index ff5dd6a0b0..c789e2ba0c 100644
--- a/tensorflow/tools/pip_package/BUILD
+++ b/tensorflow/tools/pip_package/BUILD
@@ -47,27 +47,6 @@ py_binary(
deps = ["//tensorflow:tensorflow_py"],
)
-py_test(
- name = "pip_smoke_test",
- srcs = ["pip_smoke_test.py"],
- data = [
- "//tensorflow:all_opensource_files",
- ],
- tags = [
- "manual",
- "notap",
- ],
-)
-
-py_binary(
- name = "check_load_py_test",
- srcs = ["check_load_py_test.py"],
- data = [
- "//tensorflow:all_opensource_files",
- ],
- srcs_version = "PY2AND3",
-)
-
# On Windows, python binary is a zip file of runfiles tree.
# Add everything to its data dependency for generating a runfiles tree
# for building the pip package on Windows.