Don't run on Python 2

pull/22254/head
Richard Belleville 5 years ago
parent 0fd0948bfa
commit 0fe463b2d3
  1. 1
      src/python/grpcio_tests/tests/protoc_plugin/_python_plugin_test.py

@ -502,6 +502,7 @@ class PythonPluginTest(unittest.TestCase):
grpc.StatusCode.DEADLINE_EXCEEDED)
service.server.stop(None)
@unittest.skipIf(sys.version_info[0] < 3, "Unsupported on Python 2.")
def testUnaryCallSimple(self):
# TODO: Use getattr?
servicer_methods = _ServicerMethods()

Loading…
Cancel
Save