Skip to content

Commit

Permalink
Remove py impl skip for method desc CopyToProto test
Browse files Browse the repository at this point in the history
  • Loading branch information
alkasm committed Apr 7, 2021
1 parent 393e453 commit 3c782fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/google/protobuf/internal/descriptor_test.py
Expand Up @@ -907,10 +907,6 @@ def testCopyToProto_ServiceDescriptor(self):
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'
Expand Down

0 comments on commit 3c782fc

Please sign in to comment.