Attempt to fix sanity, syntax rules are different on r2.1
This commit is contained in:
parent
74d8b75028
commit
db4d04782c
@ -1770,11 +1770,10 @@ tf_py_test(
|
|||||||
name = "framework_constant_op_test",
|
name = "framework_constant_op_test",
|
||||||
size = "small",
|
size = "small",
|
||||||
srcs = ["framework/constant_op_test.py"],
|
srcs = ["framework/constant_op_test.py"],
|
||||||
main = "framework/constant_op_test.py",
|
|
||||||
python_version = "PY3",
|
|
||||||
additional_deps = [
|
additional_deps = [
|
||||||
":constant_op",
|
":constant_op",
|
||||||
],
|
],
|
||||||
|
main = "framework/constant_op_test.py",
|
||||||
)
|
)
|
||||||
|
|
||||||
tf_py_test(
|
tf_py_test(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user