aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools
diff options
context:
space:
mode:
authorGravatar Smit Hinsu <hinsu@google.com>2018-10-04 14:55:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-04 14:59:38 -0700
commita742575879db1df48daf929b8d29e43a1d168dd7 (patch)
treee1dba2128b80ff66f74f8f97e16a9123d8ddec29 /tensorflow/tools
parentac7b84de8803edbb2d4da573b3f8704e9fad8fa8 (diff)
Automated rollback of commit 6b538d9ce54e878576131cde0c76e43a893180c2
PiperOrigin-RevId: 215808649
Diffstat (limited to 'tensorflow/tools')
-rw-r--r--tensorflow/tools/pip_package/pip_smoke_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/pip_package/pip_smoke_test.py b/tensorflow/tools/pip_package/pip_smoke_test.py
index e7f9628fa6..c6ef82ccdc 100644
--- a/tensorflow/tools/pip_package/pip_smoke_test.py
+++ b/tensorflow/tools/pip_package/pip_smoke_test.py
@@ -142,7 +142,7 @@ def main():
missing_dependencies = []
# File extensions and endings to ignore
- ignore_extensions = ["_test", "_test.py", "_test_gpu", "_test_gpu.py"]
+ ignore_extensions = ["_test", "_test.py"]
ignored_files = 0
blacklisted_files = len(BLACKLIST)