From d7d418cd471cddc14295fb7b7dcd1c211c96e94b Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 20 Aug 2015 21:17:05 -0400 Subject: [PATCH] Fix forked_run_report in pytest.xdist 1.13 --- testing/test_runner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/test_runner.py b/testing/test_runner.py index 0245ff627..3641ab8ca 100644 --- a/testing/test_runner.py +++ b/testing/test_runner.py @@ -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("""