internal visibility change
PiperOrigin-RevId: 353608384 Change-Id: Ibe0cfbcb7fbceff73849931ca274b2c17834bfcd
This commit is contained in:
parent
aa94c61a3e
commit
5058eacec0
@ -186,6 +186,10 @@ py_library(
|
||||
name = "client_testlib",
|
||||
srcs = ["test.py"],
|
||||
srcs_version = "PY3",
|
||||
visibility = visibility + [
|
||||
# TODO(b/178183520): remove once the test no longer depend on internal files.
|
||||
"//learning/serving/testing/prober/model_generators/tpu:__pkg__",
|
||||
],
|
||||
deps = [
|
||||
":test",
|
||||
"//tensorflow/python:client",
|
||||
|
Loading…
Reference in New Issue
Block a user