Change instances of py_test to tf_py_test in python/BUILD.
PiperOrigin-RevId: 227057949
This commit is contained in:
parent
331bf7a11a
commit
226e6fabaa
File diff suppressed because it is too large
Load Diff
@ -1793,6 +1793,7 @@ def tf_py_test(
|
|||||||
tags = [],
|
tags = [],
|
||||||
shard_count = 1,
|
shard_count = 1,
|
||||||
additional_deps = [],
|
additional_deps = [],
|
||||||
|
additional_visibility = [],
|
||||||
kernels = [],
|
kernels = [],
|
||||||
flaky = 0,
|
flaky = 0,
|
||||||
xla_enabled = False,
|
xla_enabled = False,
|
||||||
@ -1813,7 +1814,7 @@ def tf_py_test(
|
|||||||
shard_count = shard_count,
|
shard_count = shard_count,
|
||||||
srcs_version = "PY2AND3",
|
srcs_version = "PY2AND3",
|
||||||
tags = tags,
|
tags = tags,
|
||||||
visibility = [clean_dep("//tensorflow:internal")],
|
visibility = [clean_dep("//tensorflow:internal")] + additional_visibility,
|
||||||
deps = [
|
deps = [
|
||||||
clean_dep("//tensorflow/python:extra_py_tests_deps"),
|
clean_dep("//tensorflow/python:extra_py_tests_deps"),
|
||||||
clean_dep("//tensorflow/python:gradient_checker"),
|
clean_dep("//tensorflow/python:gradient_checker"),
|
||||||
|
Loading…
Reference in New Issue
Block a user