aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/commands.py
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <lidiz@google.com>2018-11-29 11:29:43 -0800
committerGravatar Lidi Zheng <lidiz@google.com>2018-11-29 11:29:43 -0800
commit8e3234963eeba191f6c011cd0082868ab92c5815 (patch)
tree69cbfa85172eae72fbf941205810b1083fb748d4 /src/python/grpcio_tests/commands.py
parent7eddafabdd43751bea39ae63df7d084e22afd9d4 (diff)
Update comments && modify function name
Diffstat (limited to 'src/python/grpcio_tests/commands.py')
-rw-r--r--src/python/grpcio_tests/commands.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/python/grpcio_tests/commands.py b/src/python/grpcio_tests/commands.py
index 9b69c4e02b..65e9a99950 100644
--- a/src/python/grpcio_tests/commands.py
+++ b/src/python/grpcio_tests/commands.py
@@ -136,7 +136,8 @@ class TestGevent(setuptools.Command):
# TODO(https://github.com/grpc/grpc/issues/17330) enable these three tests
'channelz._channelz_servicer_test.ChannelzServicerTest.test_many_subchannels',
'channelz._channelz_servicer_test.ChannelzServicerTest.test_many_subchannels_and_sockets',
- 'channelz._channelz_servicer_test.ChannelzServicerTest.test_streaming_rpc')
+ 'channelz._channelz_servicer_test.ChannelzServicerTest.test_streaming_rpc'
+ )
description = 'run tests with gevent. Assumes grpc/gevent are installed'
user_options = []