remove dupped_stdout logic and related changes, also simplify pytest_runtest_* calls to not use a contextlib with-decorator anymore.

This commit is contained in:
holger krekel
2014-04-01 15:03:17 +02:00
parent ce8678e6d5
commit 3b8935c533
7 changed files with 23 additions and 36 deletions

View File

@@ -885,7 +885,7 @@ def _showfixtures_main(config, session):
nodeid = "::".join(map(str, [curdir.bestrelpath(part[0])] + part[1:]))
nodeid.replace(session.fspath.sep, "/")
tw = config.get_terminal_writer()
tw = py.io.TerminalWriter()
verbose = config.getvalue("verbose")
fm = session._fixturemanager