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("""