We don't! Those tests never run, because "import sqlite" doesn't work on 2.7.
Today's plan is to put up a patch to test stdlib sqlite3 and pysqlite2 :)
On 5 Dec 2015 09:29, Glyph Lefkowitz wrote:
>
>
> > On Dec 4, 2015, at 4:07 AM, Amber Hawkie Brown
> > wrote:
> >
> > So, apparently, a long
> On Dec 4, 2015, at 4:07 AM, Amber Hawkie Brown
> 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 --
We don't use Gadfly but I really appreciate you mentioning the changes like
this on the ML. :)
Sent via iPhone
> On Dec 4, 2015, at 04:07, Amber Hawkie Brown
> wrote:
>
> So, apparently, a long time ago, there was a database called Gadfly, and
> Twisted used to test adbapi against it. Howeve
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 chang