Change instances of py_test to tf_py_test in python/BUILD.

PiperOrigin-RevId: 227057949
This commit is contained in:
Michael Case 2018-12-27 13:29:45 -08:00 committed by TensorFlower Gardener
parent 331bf7a11a
commit 226e6fabaa
2 changed files with 288 additions and 368 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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"),