adapt xdist plugin - it still uses some internal imports

This commit is contained in:
holger krekel
2010-10-10 15:33:32 +02:00
parent dc67e46d59
commit 025f1d577e
7 changed files with 11 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ import sys, os
import execnet
import xdist.remote
from py._plugin import pytest_runner as runner # XXX load dynamically
from pytest.plugin import pytest_runner as runner # XXX load dynamically
class NodeManager(object):
def __init__(self, config, specs=None):