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
Hi Guys, thanks for hardwork, we were dreaming about async ORM for a while, were using sqla TPEs and other workaround, and now it is here!
But from first day we faced with issue which seams to be very unclear.
Seams like applying this fixes problem #539 (comment)
and main issue is in using separate event loops, but message is very strange
Also still have a feeling that doing something wrong here if I need such workarounds... Seams to be pretty common task to wrap Gino calls in unittests, is there any other points in documentation about it?
Description
Hi Guys, thanks for hardwork, we were dreaming about async ORM for a while, were using sqla TPEs and other workaround, and now it is here!
But from first day we faced with issue which seams to be very unclear.
I have 1 REST endpoint on aiohttp
If I do
In side pytest file on root level it is ok. But once I call it from pytest function I got:
I am even not trying to perfrom another operation. If we add print to register method - it called once
The text was updated successfully, but these errors were encountered: