buildifier format

pull/21590/head
Jan Tattermusch 5 years ago
parent 69f990673f
commit 27cdec0041
  1. 2
      examples/python/cancellation/BUILD.bazel
  2. 4
      src/python/grpcio/grpc/framework/foundation/BUILD.bazel
  3. 2
      src/python/grpcio_tests/tests/unit/BUILD.bazel
  4. 2
      src/python/grpcio_tests/tests_aio/benchmark/BUILD.bazel
  5. 2
      src/python/grpcio_tests/tests_aio/unit/BUILD.bazel

@ -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…
Cancel
Save