Remove py impl skip for method desc CopyToProto test

pull/8327/head
Alexander Reynolds 4 years ago
parent 393e453033
commit 3c782fc3d6
  1. 4
      python/google/protobuf/internal/descriptor_test.py

@ -907,10 +907,6 @@ class DescriptorCopyToProtoTest(unittest.TestCase):
descriptor_pb2.ServiceDescriptorProto,
TEST_SERVICE_ASCII)
@unittest.skipIf(
api_implementation.Type() == 'python',
'It is not implemented in python.')
# TODO(jieluo): Add support for pure python or remove in c extension.
def testCopyToProto_MethodDescriptor(self):
expected_ascii = """
name: 'Foo'

Loading…
Cancel
Save