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):
# 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("""