tfdbg: fix binary dependency of tests
PiperOrigin-RevId: 237859883
This commit is contained in:
parent
ce104edc23
commit
ae88bfbea8
@ -47,6 +47,7 @@ py_library(
|
|||||||
":cli_test_utils",
|
":cli_test_utils",
|
||||||
":debug_py",
|
":debug_py",
|
||||||
":grpc_debug_test_server",
|
":grpc_debug_test_server",
|
||||||
|
":grpc_tensorflow_server",
|
||||||
":grpc_tensorflow_server_lib",
|
":grpc_tensorflow_server_lib",
|
||||||
":offline_analyzer_lib",
|
":offline_analyzer_lib",
|
||||||
":session_debug_testlib",
|
":session_debug_testlib",
|
||||||
@ -1124,7 +1125,7 @@ cuda_py_test(
|
|||||||
"//tensorflow/python:platform_test",
|
"//tensorflow/python:platform_test",
|
||||||
"//tensorflow/python:variables",
|
"//tensorflow/python:variables",
|
||||||
],
|
],
|
||||||
data = [":grpc_tensorflow_server_lib"],
|
data = [":grpc_tensorflow_server"],
|
||||||
grpc_enabled = True,
|
grpc_enabled = True,
|
||||||
tags = [
|
tags = [
|
||||||
"no_oss", # Incompatible with bazel_pip.
|
"no_oss", # Incompatible with bazel_pip.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user