From 8146b276719a20c289ed06dd293eb91ca3de42bd Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 21 Nov 2013 15:00:06 +0100 Subject: [PATCH] now that pytest_runtest_logstart is sent to the master again, disable showing of filenames explicitely with the terminalreporter --- xdist/plugin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xdist/plugin.py b/xdist/plugin.py index 73547a9..43bc72a 100644 --- a/xdist/plugin.py +++ b/xdist/plugin.py @@ -62,6 +62,10 @@ def pytest_configure(config, __multicall__): from xdist.dsession import DSession session = DSession(config) config.pluginmanager.register(session, "dsession") + tr = config.pluginmanager.getplugin("terminalreporter") + tr.showfspath = False + + def check_options(config): if config.option.numprocesses: