aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/test
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-04-03 14:18:31 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-03 15:30:26 -0700
commit65b5ca4e53fcfad350ffc3c31ff191dd56376789 (patch)
tree7014b8c8ecdb05f01e159324ded4da6dc0b643b3 /tensorflow/tools/test
parent01f03299baa4cb1f1b59ee7e370dc938aaba7a20 (diff)
Splitting scalar strict test into an internal and external version.
Change: 152064895
Diffstat (limited to 'tensorflow/tools/test')
-rw-r--r--tensorflow/tools/test/check_futures_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/tools/test/check_futures_test.py b/tensorflow/tools/test/check_futures_test.py
index 36a61c0ecc..32d65adb1f 100644
--- a/tensorflow/tools/test/check_futures_test.py
+++ b/tensorflow/tools/test/check_futures_test.py
@@ -40,7 +40,6 @@ FUTURES_PATTERN_2 = re.compile(
REQUIRED_FUTURES = frozenset(['absolute_import', 'division', 'print_function'])
WHITELIST = [
- 'python/platform/control_imports.py',
'tools/docker/jupyter_notebook_config.py',
]