Lidi Zheng před 6 roky
rodič
revize
3cd792ad70
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      src/python/grpcio_tests/commands.py

+ 2 - 1
src/python/grpcio_tests/commands.py

@@ -192,7 +192,8 @@ class TestGevent(setuptools.Command):
     BANNED_WINDOWS_TESTS = (
     BANNED_WINDOWS_TESTS = (
         # TODO(https://github.com/grpc/grpc/pull/15411) enable this test
         # TODO(https://github.com/grpc/grpc/pull/15411) enable this test
         'unit._dns_resolver_test.DNSResolverTest.test_connect_loopback',
         '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'
     description = 'run tests with gevent.  Assumes grpc/gevent are installed'
     user_options = []
     user_options = []