DanCardin
DanCardin
This is news to me. We rigorously prevent branched histories in all our migrations, so these branched usecases tend to be under-tested (at least by us). I'll need to come...
If you wouldn't mind trying out the branch before I merge the PR, I'd appreciate it! I think my MRE is representative of your situation but branched history is weird!...
I almost wonder if the thread pool option would be preferable to trying to attach to the running loop. dealing with pytest-asyncio has already been a nightmare, and i definitely...
I am struggling to come up with a setup that works enough to produce the failing behavior. Ideally one of you could make a branch that copies or modifies, say,...
I think I might be able to reliably get something failing now, so that's something. I **dont** seem to be able to successfully bypass the issue (at least within pytest-alembic's...
my impression is you can still use async drivers to create sync engines, so i would expect you to be able to uninstall psycopg2 and use whatever async driver you're...
It's not entirely obvious to me how that feature would solve this issue, in and of itself. Although it does seem like the way this would get implemented. One would...
It seems kind of wild to not respect VIRTUAL_ENV, for any command honestly. I'm not sure I can imagine a drawback. in the happy path, no one is setting it,...
If that was going to be a feature, `uv`-specific (i.e. not project-specific, i.e. not pyproject.toml) config would make a lot more sense to me. The virtualenv usage/location is definitely in...
i mean, it's ultimately up to them, but it seems weird to me for the project (versus myself or the tool) to have control over where my venv goes, regardless...