From db4d04782c079ac78dc8b8d978843051a18355ce Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 20 Dec 2019 16:26:04 -0800 Subject: [PATCH] Attempt to fix sanity, syntax rules are different on r2.1 --- tensorflow/python/BUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD index 399983b73d1..f2ca67521f2 100644 --- a/tensorflow/python/BUILD +++ b/tensorflow/python/BUILD @@ -1770,11 +1770,10 @@ tf_py_test( name = "framework_constant_op_test", size = "small", srcs = ["framework/constant_op_test.py"], - main = "framework/constant_op_test.py", - python_version = "PY3", additional_deps = [ ":constant_op", ], + main = "framework/constant_op_test.py", ) tf_py_test(