Attempt to fix sanity, syntax rules are different on r2.1

This commit is contained in:
Mihai Maruseac 2019-12-20 16:26:04 -08:00
parent 74d8b75028
commit db4d04782c

View File

@ -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(