Paweł Kucmus
Paweł Kucmus
This is very troublesome with encode/databases >=0.8.0 ([related](https://github.com/encode/databases/issues/570#issuecomment-2061806278)). They keep state in context vars which results in a lost transaction reference - the DB connection and a unit test rollback...
OK, I was able to make it stop complaining about the deprecation with the following: ```python import asyncio import functools import traceback from pathlib import Path def task_factory(loop, coro, context=None):...
You might want to checkout the [SDK](https://github.com/mirumee/saleor-sdk-python) as this library here is pretty much dead.
Thank you for the pull request! I'm very happy to see EVA getting support. I know it's not specified anywhere but if I am to pull a change I need...
Relates to: https://github.com/pkucmus/EVA/issues/28
Would anyone care for [Smyth](https://mirumee.github.io/smyth/)? It's not a direct replacement for Serverless but if your looking for a Lambda developer runtime then deploy by hand or with the likes of...
I'm facing the exact same problem as https://github.com/encode/databases/issues/570#issuecomment-1976586329, tough my code is simpler: Basic database.py setup: ```python from databases import Database database = Database( url=str(settings.database_dsn), # some DSN force_rollback=settings.unit_testing #...
Seems to be a pytest-asyncio issue. No idea if there's something encode devs can do to improve the situation. I left a solution for this [here](https://github.com/pytest-dev/pytest-asyncio/issues/127#issuecomment-2062105613). But depending on what...
I will add a logger that should be there anyways to help us debug, but before that please tell me which Saleor version are you using?
The logger is (was) there. Please set the `saleor_app.install` logger to `DEBUG` and check for the list of GraphQL errors.