Fix forked_run_report in pytest.xdist 1.13

This commit is contained in:
Bruno Oliveira 2015-08-20 21:17:05 -04:00 committed by nicoddemus
parent 3e41c3cbb3
commit d7d418cd47
1 changed files with 2 additions and 2 deletions

View File

@ -293,8 +293,8 @@ class TestExecutionForked(BaseFunctionalTests):
def getrunner(self): def getrunner(self):
# XXX re-arrange this test to live in pytest-xdist # XXX re-arrange this test to live in pytest-xdist
xplugin = pytest.importorskip("xdist.plugin") boxed = pytest.importorskip("xdist.boxed")
return xplugin.forked_run_report return boxed.forked_run_report
def test_suicide(self, testdir): def test_suicide(self, testdir):
reports = testdir.runitem(""" reports = testdir.runitem("""