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)