Add 'resources' to bazel build file

pull/22343/head
Mariano Anaya 5 years ago committed by Lidi Zheng
parent a8f7dfe4c5
commit bd4679439c
  1. 2
      src/python/grpcio_tests/tests_aio/interop/BUILD.bazel
  2. 1
      src/python/grpcio_tests/tests_aio/tests.json
  3. 2
      src/python/grpcio_tests/tests_aio/unit/BUILD.bazel

@ -56,6 +56,7 @@ py_binary(
python_version = "PY3",
deps = [
"//src/python/grpcio/grpc:grpcio",
"//src/python/grpcio_tests/tests/interop:resources",
"//src/python/grpcio_tests/tests/interop:server",
"//src/python/grpcio_tests/tests_aio/unit:_test_server",
],
@ -70,5 +71,6 @@ py_binary(
":methods",
"//src/python/grpcio/grpc:grpcio",
"//src/python/grpcio_tests/tests/interop:client",
"//src/python/grpcio_tests/tests/interop:resources",
],
)

@ -26,6 +26,7 @@
"unit.secure_call_test.TestStreamStreamSecureCall",
"unit.secure_call_test.TestUnaryStreamSecureCall",
"unit.secure_call_test.TestUnaryUnarySecureCall",
"unit.server_interceptor_test.TestServerInterceptor",
"unit.server_test.TestServer",
"unit.timeout_test.TestTimeout",
"unit.wait_for_ready_test.TestWaitForReady"

@ -41,6 +41,7 @@ py_library(
"//src/proto/grpc/testing:py_messages_proto",
"//src/proto/grpc/testing:test_py_pb2_grpc",
"//src/python/grpcio/grpc:grpcio",
"//src/python/grpcio_tests/tests/unit:resources",
],
)
@ -76,6 +77,7 @@ _FLAKY_TESTS = [
"//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:resources",
"//src/python/grpcio_tests/tests/unit/framework/common",
"@six",
],

Loading…
Cancel
Save