From 8a923ea2f42b0e385561052e250feca3a54a5a0a Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 18 Nov 2011 17:01:39 +0000 Subject: [PATCH] remove unncessary hack here as well --- xdist/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xdist/plugin.py b/xdist/plugin.py index 5f1dccb..73547a9 100644 --- a/xdist/plugin.py +++ b/xdist/plugin.py @@ -97,7 +97,6 @@ def forked_run_report(item): 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)