Fix from_dict for PyPy

This commit is contained in:
Jason Paryani
2013-09-04 21:53:13 -07:00
parent a57a99f7fc
commit 0187d123c9
4 changed files with 5 additions and 6 deletions

View File

@@ -38,7 +38,6 @@ def test_roundtrip_bytes(all_types):
msg = all_types.TestAllTypes.from_bytes(message_bytes)
test_regression.check_all_types(msg)
@pytest.mark.skipif("platform.python_implementation() == 'PyPy'")
def test_roundtrip_dict(all_types):
msg = all_types.TestAllTypes.new_message()
test_regression.init_all_types(msg)