aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-12-17 18:29:25 -0800
committerGravatar Eric Gribkoff <ericgribkoff@google.com>2018-12-17 18:29:25 -0800
commit8183fe12992ac36fd99b637422d6bf158e760036 (patch)
tree4480ffa3c6aa145cabf202cb79f54a43fc3b1474 /src/python
parent05d3ab2852cb2d7ce13f7ca059b36884e37175fd (diff)
fix BUILD.bazel
Diffstat (limited to 'src/python')
-rw-r--r--src/python/grpcio_tests/tests/unit/BUILD.bazel6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/python/grpcio_tests/tests/unit/BUILD.bazel b/src/python/grpcio_tests/tests/unit/BUILD.bazel
index 7a910fd9fe..1b462ec67a 100644
--- a/src/python/grpcio_tests/tests/unit/BUILD.bazel
+++ b/src/python/grpcio_tests/tests/unit/BUILD.bazel
@@ -51,6 +51,11 @@ py_library(
)
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",