Update BUILD
authorAmit Patankar <amitpatankar@google.com>
Sun, 4 Feb 2018 02:16:24 +0000 (18:16 -0800)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2018 02:16:24 +0000 (18:16 -0800)
tensorflow/contrib/py2tf/converters/BUILD

index e184937..03ded49 100644 (file)
@@ -131,7 +131,8 @@ py_test(
 py_test(
     name = "for_canonicalization_test",
     srcs = ["for_canonicalization_test.py"],
-    srcs_version = "PY2",
+    srcs_version = "PY2AND3",
+    tags = ["nomac"],
     deps = [
         ":test_lib",
         "//tensorflow/contrib/py2tf/pyct",