[pytest-dev] pytest-2.4.2: colorama on win32, plugin/tmpdir/other fixes

2013-10-04 Thread holger krekel
pytest-2.4.2 is another bug-fixing release of the 2.4 series bringing another few fixes and little improvements: - on Windows require colorama and a newer py lib so that py.io.TerminalWriter() now uses colorama instead of its own ctypes hacks. (fixes issue365) thanks Paul Moore for bringing i

[pytest-dev] (new) pytest plugins / note to plugin authors

2013-10-04 Thread holger krekel
I just did three pytest plugin releases to get out a few minor fixes and improvements. see below. As far as i am aware most existing plugins (as well as the new releases here) should be compatible to pytest-2.4.2. Some plugins like pytest-capturelog have seen their latest release three years ag

Re: [pytest-dev] (new) pytest plugins / note to plugin authors

2013-10-04 Thread Bruno Oliveira
Hi Holger, I would be glad to help on that front, if I can. :) Did you give any thoughts on how this could be done? Cheers, On Fri, Oct 4, 2013 at 10:09 AM, holger krekel wrote: > > I just did three pytest plugin releases to get out a few minor > fixes and improvements. see below. As fa

Re: [pytest-dev] (new) pytest plugins / note to plugin authors

2013-10-04 Thread holger krekel
Hi Bruno, On Fri, Oct 04, 2013 at 12:43 -0300, Bruno Oliveira wrote: > Hi Holger, > > I would be glad to help on that front, if I can. :) great to hear! > Did you give any thoughts on how this could be done? note sure in detail but i guess each plugin could be presented with this information:

Re: [pytest-dev] (new) pytest plugins / note to plugin authors

2013-10-04 Thread Bruno Oliveira
Hi Holger, On Fri, Oct 4, 2013 at 4:45 PM, holger krekel wrote: > Hi Bruno, > > On Fri, Oct 04, 2013 at 12:43 -0300, Bruno Oliveira wrote: > > Hi Holger, > > Did you give any thoughts on how this could be done? > > note sure in detail but i guess each plugin could be presented > with this inform

Re: [pytest-dev] (new) pytest plugins / note to plugin authors

2013-10-04 Thread holger krekel
Hi Bruno, On Fri, Oct 04, 2013 at 18:06 -0300, Bruno Oliveira wrote: > Hi Holger, > > On Fri, Oct 4, 2013 at 4:45 PM, holger krekel wrote: > > > Hi Bruno, > > > > On Fri, Oct 04, 2013 at 12:43 -0300, Bruno Oliveira wrote: > > > Hi Holger, > > > Did you give any thoughts on how this could be don

Re: [pytest-dev] (new) pytest plugins / note to plugin authors

2013-10-04 Thread Bruno Oliveira
Hi Holger, On Fri, Oct 4, 2013 at 6:25 PM, holger krekel wrote: > > Are you interested in displaying compatibility to several py.test > versions, > > or only to the latest one? > > ideally latest release and trunk ... > Fair enough. :) > > and some way to re-generate this information (especia

Re: [pytest-dev] (new) pytest plugins / note to plugin authors

2013-10-04 Thread holger krekel
On Fri, Oct 04, 2013 at 18:43 -0300, Bruno Oliveira wrote: > But even just collecting the other information i mentioned (without > > the test status / running questions) would already be helpful, btw. > > > > That seems simple enough, a script that queries pypi and extracts this > information coul