Fix and improve a bunch of tests

This commit is contained in:
Lasse Blaauwbroek
2023-06-08 02:29:54 +02:00
parent b29f18ed64
commit af99e388fb
4 changed files with 46 additions and 88 deletions

View File

@@ -81,9 +81,6 @@ def test_roundtrip_bytes_mmap(all_types):
test_regression.check_all_types(msg)
@pytest.mark.skipif(
sys.version_info[0] < 3, reason="memoryview is a builtin on Python 3"
)
def test_roundtrip_bytes_buffer(all_types):
msg = all_types.TestAllTypes.new_message()
test_regression.init_all_types(msg)