Use AnyIO instead of pytest-asyncio for running async tests#242
Use AnyIO instead of pytest-asyncio for running async tests#242Cito merged 1 commit intographql-python:mainfrom
Conversation
CodSpeed Performance ReportMerging #242 will not alter performanceComparing Summary
|
|
The linting failure is not due to my changes, it exists in |
|
Thanks for the contribution, @agronholm. Will review later. Never mind any linting issues, will fix them. |
Ah, not removing it from |
I'm actually defining them, but not using them in tox. Might improve that, good idea. Wanted to improve the dependency management anyway, probably switching from poetry to uv. |
You have dependency groups but they're using the Poetry specific syntax. Recent releases of Poetry should support the standard syntax under the |
|
Thanks, made a note to change that. But as already mentioned, might completely move away from Poetry anyway. |
|
@agronholm The project is now standard dependency groups, and uv instead of poetry, resulting in less duplication and more speed. Thanks for pushing me. |
This is the first step to implement #166.