Bug: litestar & asyncpg & pytest_asyncio: not working properly #4093
Unanswered
fedoreremin-btf
asked this question in
Q&A
Replies: 3 comments
-
@fedoreremin-btf We need a bit more information to be able to figure out what's going on. Can you provide a minimal example that's able to reproduce the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure, but in several days, since project where I encountered it is for-profit, and it worked out migrating app to use of litestar_asyncpg plugin instead of custom connector |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving this to a discussion, as it's likely an issue with your code and not a bug within Litestar itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello, I cannot get to work litestar, asyncpg and pytest_asyncio along. I am using pool as a dependency, and every time I am trying to send a request to api via testclient, it says cannot perform operation: another operation is in progress
URL to code causing the issue
No response
MCVE
Steps to reproduce
Screenshots
No response
Logs
Litestar Version
2.13.0
Platform
Beta Was this translation helpful? Give feedback.
All reactions