Re: [pytest-dev] Remove invocation fixtures from 3.0?

2016-08-29 Thread Brian Okken
Hi, I know you weren't asking me, but I do lurk on the mailing list. I think pulling invocation scoped fixtures for the 3.0 release is an awesome solution for now. If this were a commercial software system this feature would be regarded as a nice to have feature for the release. Meaning it does

Re: [pytest-dev] process for replacing yield tests with modern style

2016-08-29 Thread Ronny Pfannschmidt
Hi Chris, currently there is no easy/good Replacement for the use-case you outline. the "correct" way would be a custom py.test specific collector note that it was mostly luck this worked at all - ever since py.test switched to collect first yield tests where semantically broken due to running an