You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* aiopg: fix runtime warnings when running tests
Fixes:
RuntimeWarning: coroutine 'MockCursor.execute' was never awaited
cursor.execute(query)
* aio-pika: no need to return an awaitable in mocked method
No need to return an awaitable since the mocked method awaits
itself.
Fixes:
RuntimeWarning: coroutine 'sleep' was never awaited
---------
Co-authored-by: Leighton Chen <[email protected]>
0 commit comments