aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-04 03:12:04 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-04 03:16:21 -0700
commit6b538d9ce54e878576131cde0c76e43a893180c2 (patch)
tree4d8ce9e3ef749dc13aae26abfef94f6dc20d719b /tensorflow/tools
parent98ea840dabc0c4e9417ebe9a0fd10c9d471cda51 (diff)
Automated rollback of commit 70a395f9795a48c21bc35cdf1dc44778f73a7bba
PiperOrigin-RevId: 215710849
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 c6ef82ccdc..e7f9628fa6 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"]
+ ignore_extensions = ["_test", "_test.py", "_test_gpu", "_test_gpu.py"]
ignored_files = 0
blacklisted_files = len(BLACKLIST)