fix BUILD.bazel

pull/17444/head
Eric Gribkoff 6 years ago
parent 05d3ab2852
commit 8183fe1299
  1. 6
      src/python/grpcio_tests/tests/unit/BUILD.bazel

@ -50,6 +50,11 @@ py_library(
srcs = ["_exit_scenarios.py"],
)
py_library(
name = "_server_shutdown_scenarios",
srcs = ["_server_shutdown_scenarios.py"],
)
py_library(
name = "_thread_pool",
srcs = ["_thread_pool.py"],
@ -71,6 +76,7 @@ py_library(
":resources",
":test_common",
":_exit_scenarios",
":_server_shutdown_scenarios",
":_thread_pool",
":_from_grpc_import_star",
"//src/python/grpcio_tests/tests/unit/framework/common",

Loading…
Cancel
Save