internal visibilty change
PiperOrigin-RevId: 353637297 Change-Id: I2af7377c94fb19d9af10ee8fd9127b56e3ab5e1a
This commit is contained in:
parent
aa48c39e16
commit
742976df21
@ -186,10 +186,6 @@ py_library(
|
|||||||
name = "client_testlib",
|
name = "client_testlib",
|
||||||
srcs = ["test.py"],
|
srcs = ["test.py"],
|
||||||
srcs_version = "PY3",
|
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 = [
|
deps = [
|
||||||
":test",
|
":test",
|
||||||
"//tensorflow/python:client",
|
"//tensorflow/python:client",
|
||||||
|
Loading…
Reference in New Issue
Block a user