Making the for_canonicalization_test only for py2
authorAmit Patankar <amitpatankar@google.com>
Sun, 4 Feb 2018 01:24:29 +0000 (17:24 -0800)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2018 01:24:29 +0000 (17:24 -0800)
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

tensorflow/contrib/py2tf/converters/BUILD

index 3853c60..e184937 100644 (file)
@@ -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",