Imported Upstream version 1.27.0
[platform/upstream/grpc.git] / src / python / grpcio_tests / tests_aio / unit / BUILD.bazel
index 41aa330..6f3b5aa 100644 (file)
@@ -37,6 +37,18 @@ py_library(
     ],
 )
 
+py_library(
+    name = "_constants",
+    srcs = ["_constants.py"],
+    srcs_version = "PY3",
+)
+
+py_library(
+    name = "_common",
+    srcs = ["_common.py"],
+    srcs_version = "PY3",
+)
+
 [
     py_test(
         name = test_file_name[:-3],
@@ -49,14 +61,16 @@ py_library(
         main = test_file_name,
         python_version = "PY3",
         deps = [
+            ":_common",
+            ":_constants",
             ":_test_base",
             ":_test_server",
-            "//external:six",
             "//src/proto/grpc/testing:benchmark_service_py_pb2",
             "//src/proto/grpc/testing:benchmark_service_py_pb2_grpc",
             "//src/proto/grpc/testing:py_messages_proto",
             "//src/python/grpcio/grpc:grpcio",
             "//src/python/grpcio_tests/tests/unit/framework/common",
+            "@six",
         ],
     )
     for test_file_name in GRPC_ASYNC_TESTS