aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-29 11:58:55 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-29 12:03:31 -0700
commit70a395f9795a48c21bc35cdf1dc44778f73a7bba (patch)
treee7866287fff92958f748c32c4ca03381e9c2368c /tensorflow/tools
parentd8db18b4201d9d82d1c93ed5453914ff16f1adf4 (diff)
Automated rollback of commit d78595d333c9b5c8a0705ba6852c08b107d6c462
PiperOrigin-RevId: 215073584
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)