[pytest-dev] sorting out broken config initialization - by doing major releases with api breakages

2018-08-21 Thread RonnyPfannschmidt
Hi everyone, currently pytest configguration initialization is pretty much broken in many details, and as far as i can tell its going to be even more tricky to try and fix than marks, i will not again go trough the pain that i had with marks and want to sort out a gate to lift and change detail a

Re: [pytest-dev] sorting out broken config initialization - by doing major releases with api breakages

2018-08-21 Thread Bruno Oliveira
Hi Ronny, On Tue, Aug 21, 2018 at 4:00 AM RonnyPfannschmidt < [email protected]> wrote: > Hi everyone, > > currently pytest configguration initialization is pretty much broken in > many details, > and as far as i can tell its going to be even more tricky to try and fix > than marks,

Re: [pytest-dev] sorting out broken config initialization - by doing major releases with api breakages

2018-08-21 Thread RonnyPfannschmidt
Hi Bruno, i created https://github.com/pytest-dev/pytest/projects/2 as a starting point a while back, but its still far from the botton of things, My current impression is, that a detailed analysis will take a major block of time. My intentionally inflated estimate is about 1 work week, since ev

Re: [pytest-dev] sorting out broken config initialization - by doing major releases with api breakages

2018-08-21 Thread Bruno Oliveira
On Tue, Aug 21, 2018 at 9:14 AM RonnyPfannschmidt < [email protected]> wrote: > Hi Bruno, > > i created https://github.com/pytest-dev/pytest/projects/2 as a starting > point a while back, > but its still far from the botton of things, > > My current impression is, that a detailed ana

Re: [pytest-dev] sorting out broken config initialization - by doing major releases with api breakages

2018-08-21 Thread RonnyPfannschmidt
Am 21.08.2018 um 16:03 schrieb Bruno Oliveira: > > > On Tue, Aug 21, 2018 at 9:14 AM RonnyPfannschmidt > > wrote: > > Hi Bruno, > > i created https://github.com/pytest-dev/pytest/projects/2 as a starting > point a while back, > but its

Re: [pytest-dev] sorting out broken config initialization - by doing major releases with api breakages

2018-08-21 Thread Floris Bruynooghe
On Tue 21 Aug 2018 at 11:03 -0300, Bruno Oliveira wrote: > Personally my next goal is the task to replace the internal warnings system > to use the standard warnings module, which I should be able to tackle soon > as I have some vacation time coming up, but after that I'm happy to help > with the c

Re: [pytest-dev] sorting out broken config initialization - by doing major releases with api breakages

2018-08-21 Thread Bruno Oliveira
Hi Floris, On Tue, Aug 21, 2018 at 6:02 PM Floris Bruynooghe wrote: > On Tue 21 Aug 2018 at 11:03 -0300, Bruno Oliveira wrote: > > Personally my next goal is the task to replace the internal warnings > system > > to use the standard warnings module, which I should be able to tackle > soon > > as