Fix forked_run_report in pytest.xdist 1.13
This commit is contained in:
parent
3e41c3cbb3
commit
d7d418cd47
|
@ -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("""
|
||||||
|
|
Loading…
Reference in New Issue