From: Waylan L. <wa...@gm...> - 2008-12-08 14:46:02
|
On Mon, Dec 8, 2008 at 4:52 AM, Yuri Takhteyev <qar...@gm...> wrote: > Thanks. What about the extensions-x-codehilite/code.txt test. I am > getting a diff on this one. Do you? I did until I installed Pygments for each version of Python, which that extension depends on. Note that the extension does have a fallback if Pygments is not available, but, obviously, the output is different (not highlighted) so the test fails. Pygments has not yet been released for 3.0 and I'm not about to try running 2to3 on it, so it will continue to fail there. Hmm, perhaps we should wrap that test in a conditional and only run it when those conditions (Pygments and version > 3.0) are met. -- ---- Waylan Limberg wa...@gm... |