aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/test
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-03 15:28:46 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-03 15:34:27 -0700
commitc9a3173c354844ec4abf84f1909918dee2cb8278 (patch)
tree355b9000df19761878799b901f595c51e2a7c92e /tensorflow/tools/test
parent330663be71f137f316488dcfdd393b974032bff2 (diff)
Converting update_version script to python.
PiperOrigin-RevId: 164192125
Diffstat (limited to 'tensorflow/tools/test')
-rw-r--r--tensorflow/tools/test/check_futures_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tools/test/check_futures_test.py b/tensorflow/tools/test/check_futures_test.py
index 36a61c0ecc..652c1eeb0f 100644
--- a/tensorflow/tools/test/check_futures_test.py
+++ b/tensorflow/tools/test/check_futures_test.py
@@ -42,6 +42,7 @@ REQUIRED_FUTURES = frozenset(['absolute_import', 'division', 'print_function'])
WHITELIST = [
'python/platform/control_imports.py',
'tools/docker/jupyter_notebook_config.py',
+ 'tools/ci_build/update_version.py',
]
# Tests that must *not* import division