[Twisted-Python] [INCOMPATIBLE CHANGE] Removing Gadfly support from adbapi

Glyph Lefkowitz glyph at twistedmatrix.com
Fri Dec 4 18:29:24 MST 2015


> On Dec 4, 2015, at 4:07 AM, Amber Hawkie Brown <hawkowl at atleastfornow.net> wrote:
> 
> So, apparently, a long time ago, there was a database called Gadfly, and Twisted used to test adbapi against it. However, since then, we've moved on from Python versions that gadfly supports, so it outright doesn't work now -- not buggy, not weird -- just doesn't even import.
> 
> This doesn't change any user facing code, but does change some tests, and even though it's covered under the compatibility policy, I thought I'd put it on the ML anyway. :)
> 
> You can find the code at https://twistedmatrix.com/trac/ticket/8119. We do not require any signoffs to remove it, this email is purely informational.
> 
> - Amber

I think the all-caps policy-compliant "INCOMPATIBLE CHANGE" was maybe a little overkill, given it's not actually incompatible under the policy definition, but thanks for announcing nonetheless :).

The purpose of testing with gadfly was just to have a database that didn't require an external process set up; I don't think anyone seriously used Gadfly ever.  So the modern equivalent would be sqlite3 - do we test against that?  (I seem to recall that we do...)

-glyph





More information about the Twisted-Python mailing list