python-trio / triopg

PostgreSQL client for Trio based on asyncpg
Other
45 stars 8 forks source link

import asyncgenerator from contextlib, start chipping away at ancient test infra #20

Closed jakkdl closed 8 months ago

jakkdl commented 12 months ago

fixes #18, but gonna take some effort to fix CI enough to get stuff passing I'm pretty sure.

jakkdl commented 12 months ago

Oh, CI is so broken it doesn't run at all

jakkdl commented 8 months ago

Closing this - while it'd be fully possible to just change the import and not worry about CI I think that anybody that wants to use this should contribute themselves/fork it/etc.