capnproto / pycapnp

Cap'n Proto serialization/RPC system - Python bindings
BSD 2-Clause "Simplified" License
458 stars 125 forks source link

Fix broken test in test_load #329

Closed tobiasah closed 9 months ago

tobiasah commented 9 months ago

The new context manager for the event loop seems to be missing in test_load_capnp.

LasseBlaauwbroek commented 9 months ago

Ah, this was due to #307 and #317 being merged (more or less) concurrently. The new test of #307 was not adapted to #317.