1 new commit in pytest-xdist:
https://bitbucket.org/hpk42/pytest-xdist/changeset/20875fed94e7/ changeset: 20875fed94e7 user: hpk42 date: 2011-11-18 18:01:39 summary: remove unncessary hack here as well affected #: 1 file diff -r 42ef12993d2a2046db098b02cef2552df7f94d3f -r 20875fed94e7f3dff50bdf762df91153b15ceca6 xdist/plugin.py --- a/xdist/plugin.py +++ b/xdist/plugin.py @@ -97,7 +97,6 @@ from xdist.slavemanage import unserialize_report def runforked(): try: - item.nextitem = None reports = runtestprotocol(item, log=False) except KeyboardInterrupt: py.std.os._exit(EXITSTATUS_TESTEXIT) Repository URL: https://bitbucket.org/hpk42/pytest-xdist/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn