diff options
author | Mark D. Roth <roth@google.com> | 2016-08-29 13:30:05 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-08-29 13:30:05 -0700 |
commit | 2bba1dda28eae349258eeca634e5feb8be1e91b5 (patch) | |
tree | e02cd6031e4186eab532a1edb79e403da0a7dbeb /src/python | |
parent | b71af5f6209055b7653adb382381486219de6835 (diff) | |
parent | 8e2c98adf002e747cae01bdabb8b344008dbbe27 (diff) |
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/grpcio_tests/tests/unit/_cython/cygrpc_test.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/python/grpcio_tests/tests/unit/_cython/cygrpc_test.py b/src/python/grpcio_tests/tests/unit/_cython/cygrpc_test.py index 2f50263730..142387d810 100644 --- a/src/python/grpcio_tests/tests/unit/_cython/cygrpc_test.py +++ b/src/python/grpcio_tests/tests/unit/_cython/cygrpc_test.py @@ -114,9 +114,6 @@ class TypeSmokeTest(unittest.TestCase): lambda ignored_a, ignored_b: None, b'') del plugin - @unittest.skipIf( - platform.python_implementation() == "PyPy", - 'TODO(issue 7672): figure out why this fails on PyPy') def testCallCredentialsFromPluginUpDown(self): plugin = cygrpc.CredentialsMetadataPlugin(_metadata_plugin_callback, b'') call_credentials = cygrpc.call_credentials_metadata_plugin(plugin) |