Modify tests accordingly

pull/22549/head
Richard Belleville 5 years ago
parent f15a6bf6e4
commit c1953880f7
  1. 3
      src/python/grpcio_tests/tests/protoc_plugin/_python_plugin_test.py

@ -504,7 +504,8 @@ class PythonPluginTest(unittest.TestCase):
service.server.stop(None)
@unittest.skipIf(sys.version_info[0] < 3, "Unsupported on Python 2.")
@unittest.skipIf(sys.version_info[0] < 3 or sys.version_info[1] < 6,
"Unsupported on Python 2.")
class SimpleStubsPluginTest(unittest.TestCase):
servicer_methods = _ServicerMethods()

Loading…
Cancel
Save