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):
|
||||
# XXX re-arrange this test to live in pytest-xdist
|
||||
xplugin = pytest.importorskip("xdist.plugin")
|
||||
return xplugin.forked_run_report
|
||||
boxed = pytest.importorskip("xdist.boxed")
|
||||
return boxed.forked_run_report
|
||||
|
||||
def test_suicide(self, testdir):
|
||||
reports = testdir.runitem("""
|
||||
|
|
Loading…
Reference in New Issue