HENNGE / aiodynamo

Asynchronous, fast, pythonic DynamoDB Client
https://aiodynamo.readthedocs.io/
Other
73 stars 21 forks source link

http refactor #113

Closed ojii closed 2 years ago

ojii commented 2 years ago

Fixes #45 Fixes #102 Fixes #44 Fixes #109

dimaqq commented 2 years ago

re tests: probably an event loop fixture is needed 🤔 or maybe it's newer pytest-asyncio?

ojii commented 2 years ago

re tests: probably an event loop fixture is needed 🤔 or maybe it's newer pytest-asyncio?

it was the newer pytest-asyncio which meant the previous way I ran session-scoped async fixtures didn't work anymore, switch it to a better one.