Re: [pytest-dev] pytest.internal test failures

2014-09-04 Thread Srinath
which execnet version do you use? 1.1 or 1.2? with 1.2 py.test -n doesn't even run. [image: Srinath GS on about.me] Srinath GS about.me/srinathgs <http://about.me/srinathgs>http://srinath.im I write code @ Alamut Srinath G S On Thu, Sep 4, 2014 at 1:34 PM, Anatoly Bubenkov w

Re: [pytest-dev] pytest.internal test failures

2014-09-04 Thread Srinath
: Srinath GS on about.me] Srinath GS about.me/srinathgs <http://about.me/srinathgs>http://srinath.im I write code @ Alamut Srinath G S On Thu, Sep 4, 2014 at 12:52 PM, Anatoly Bubenkov wrote: > I mean the mode of the execnet, do you use threads there? > > > On 4 September 2014 09:

Re: [pytest-dev] pytest.internal test failures

2014-09-04 Thread Srinath
Hi Anatoly, We use a lot of greenlets in our code. Unit Tests import them. They get monkey patched. So, we really can't use only threading. [image: Srinath GS on about.me] Srinath GS about.me/srinathgs <http://about.me/srinathgs>http://srinath.im I write code @ Alamut Srinath G

[pytest-dev] pytest.internal test failures

2014-09-03 Thread Srinath
one suggest a way to solve this? pytest version: pytest==2.5.2 pytest-cache==0.9 pytest-capturelog==0.7 pytest-cov==1.6 pytest-figleaf==1.0 pytest-growl==0.1 pytest-pep8==1.0.4 pytest-xdist==1.8 execnet==1.1 Please help. Also, can anyone tell which version of pytest works well with execnet1.2?