From: Amit Patankar Date: Sun, 4 Feb 2018 01:24:29 +0000 (-0800) Subject: Making the for_canonicalization_test only for py2 X-Git-Tag: upstream/v1.7.0~276^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=203733d565e41add7c897c7dfbda3498e3a21f9e;p=platform%2Fupstream%2Ftensorflow.git Making the for_canonicalization_test only for py2 http://ci.tensorflow.org/view/Release/job/release-matrix-cpu/TF_BUILD_CONTAINER_TYPE=CPU,TF_BUILD_IS_PIP=PIP,TF_BUILD_PYTHON_VERSION=PYTHON3,label=mac-slave/239/consoleFull --- diff --git a/tensorflow/contrib/py2tf/converters/BUILD b/tensorflow/contrib/py2tf/converters/BUILD index 3853c60..e184937 100644 --- a/tensorflow/contrib/py2tf/converters/BUILD +++ b/tensorflow/contrib/py2tf/converters/BUILD @@ -131,6 +131,7 @@ py_test( py_test( name = "for_canonicalization_test", srcs = ["for_canonicalization_test.py"], + srcs_version = "PY2", deps = [ ":test_lib", "//tensorflow/contrib/py2tf/pyct",