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 = [],
|
||||
shard_count = 1,
|
||||
additional_deps = [],
|
||||
additional_visibility = [],
|
||||
kernels = [],
|
||||
flaky = 0,
|
||||
xla_enabled = False,
|
||||
@ -1813,7 +1814,7 @@ def tf_py_test(
|
||||
shard_count = shard_count,
|
||||
srcs_version = "PY2AND3",
|
||||
tags = tags,
|
||||
visibility = [clean_dep("//tensorflow:internal")],
|
||||
visibility = [clean_dep("//tensorflow:internal")] + additional_visibility,
|
||||
deps = [
|
||||
clean_dep("//tensorflow/python:extra_py_tests_deps"),
|
||||
clean_dep("//tensorflow/python:gradient_checker"),
|
||||
|
Loading…
Reference in New Issue
Block a user