buildifier format
This commit is contained in:
parent
69f990673f
commit
27cdec0041
|
|
@ -43,8 +43,8 @@ py_binary(
|
|||
deps = [
|
||||
":hash_name_py_pb2",
|
||||
":hash_name_py_pb2_grpc",
|
||||
"@six//:six",
|
||||
"//src/python/grpcio/grpc:grpcio",
|
||||
"@six",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ py_library(
|
|||
name = "future",
|
||||
srcs = ["future.py"],
|
||||
deps = [
|
||||
"@six//:six",
|
||||
"@six",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -58,6 +58,6 @@ py_library(
|
|||
name = "stream",
|
||||
srcs = ["stream.py"],
|
||||
deps = [
|
||||
"@six//:six",
|
||||
"@six",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -102,10 +102,10 @@ py_library(
|
|||
":resources",
|
||||
":test_common",
|
||||
":thread_pool",
|
||||
"@six//:six",
|
||||
"//src/python/grpcio/grpc:grpcio",
|
||||
"//src/python/grpcio_tests/tests/testing",
|
||||
"//src/python/grpcio_tests/tests/unit/framework/common",
|
||||
"@six",
|
||||
],
|
||||
)
|
||||
for test_file_name in GRPCIO_TESTS_UNIT
|
||||
|
|
|
|||
|
|
@ -22,11 +22,11 @@ py_binary(
|
|||
srcs = ["server.py"],
|
||||
python_version = "PY3",
|
||||
deps = [
|
||||
"@six//: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",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -58,12 +58,12 @@ py_library(
|
|||
":_constants",
|
||||
":_test_base",
|
||||
":_test_server",
|
||||
"@six//: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
|
||||
|
|
|
|||
Loading…
Reference in New Issue