[TIP] [py-dev] py.test-1.2.0: junitxml, standalone test scripts, pluginization

holger krekel holger at merlinux.eu
Tue Jan 19 07:18:37 PST 2010


On Mon, Jan 18, 2010 at 17:34 +0100, holger krekel wrote:
>   pytest-xdist-1.0: separately installable dist-testing & looponfailing plugin

pytest-xdist-1.1 is out, which avoids an indefinite hang if you have
few and quick hosts, and some fast-to-run tests.  The test-master would
in some cases end up wanting to avoid a busy-loop but in fact 
would stall because the test nodes were also waiting for new tasks. 
"pip install -U pytest-xdist" should fix this race condition now. 

holger



More information about the testing-in-python mailing list