Add todo about deduping

pull/21458/head
Richard Belleville 5 years ago
parent 828edcc67a
commit 65d14904e4
  1. 2
      tools/distrib/python/grpcio_tools/grpc_tools/test/protoc_test.py

@ -24,6 +24,8 @@ import sys
import unittest
# TODO(https://github.com/grpc/grpc/issues/23847): Deduplicate this mechanism with
# the grpcio_tests module.
def _wrap_in_subprocess(error_queue, fn):
@functools.wraps(fn)

Loading…
Cancel
Save