Hi again,

i also uploaded a new pytest-xdist-1.3 plugin to the package index which 
requires the new py-1.3.1. 

Main thing: If you experienced the strange phenomenon of -f|--looponfail to show
tracebacks with _old_ source code, this release should fix that.  It also
adjusts to the new --maxfail=NUM option of py.test so that in a distributed test
run this option works properly: aborting the test run if more then the maximum
number of failures are encountered, bringing all nodes down.  

Btw, did you know you can set this as well as other options through your shell
environment or a conftest.py file?  For example, 

    export PYTEST_OPTION_MAXFAIL=3   # in bash

or 

    option_maxfail = 3               # in conftest.py 
  
to always abort test runs after three failures.  To find out about
available ENV or conftest.py names type

    py.test --help-config 

best,
holger
_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to