faust-streaming / mode

Python AsyncIO Services
https://faust-streaming.github.io/mode/
Other
43 stars 16 forks source link

Support Python 3.11 #20

Closed wbarnha closed 1 year ago

wbarnha commented 1 year ago

This needs to get done before we can support Faust in Python 3.11.

wbarnha commented 1 year ago

Looks like there's a good example for replacing AsyncMock in https://dino.codes/posts/mocking-asynchronous-functions-python/.

There's also a backport for AsyncMock objects in https://pypi.org/project/asyncmock/, which could be worth using.

wbarnha commented 1 year ago

We're going to ditch this PR and attempt an overhaul in another one.