From 6b538d9ce54e878576131cde0c76e43a893180c2 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 4 Oct 2018 03:12:04 -0700 Subject: Automated rollback of commit 70a395f9795a48c21bc35cdf1dc44778f73a7bba PiperOrigin-RevId: 215710849 --- tensorflow/tools/pip_package/pip_smoke_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/tools') 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) -- cgit v1.2.3