From 3cd792ad70b875ee088cc5015b8e02d498e2d428 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Wed, 30 Oct 2019 18:21:41 -0700 Subject: [PATCH] Make YAPF happy --- src/python/grpcio_tests/commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/python/grpcio_tests/commands.py b/src/python/grpcio_tests/commands.py index c1bad9c9123..dd11ab1261d 100644 --- a/src/python/grpcio_tests/commands.py +++ b/src/python/grpcio_tests/commands.py @@ -192,7 +192,8 @@ class TestGevent(setuptools.Command): BANNED_WINDOWS_TESTS = ( # TODO(https://github.com/grpc/grpc/pull/15411) enable this test 'unit._dns_resolver_test.DNSResolverTest.test_connect_loopback', - 'unit._channel_close_test.ChannelCloseTest',) + 'unit._channel_close_test.ChannelCloseTest', + ) description = 'run tests with gevent. Assumes grpc/gevent are installed' user_options = []