-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytest 3.3: TerminalReporter.writer removed without deprecating it first #2984
Comments
@jluebbe thanks for reporting! Indeed Not sure how to proceed here to be honest. Removing |
since its a public and used api we have to bring it back and can deprecate it in the next feature release |
man - for extra fun, practically all new code in that linked commit is broken and the plug-in itself has better methods to handle it already existing back at that time (unlike other methods of the object those in particular dont maintain the state, so in all fairness we should deprecate all of them |
We have a small plugin, which uses the TerminalReporter.writer attribute to continue printing to the terminal even when normal output is captured and the CaptureFixture is used.
The writer attribute was originally added by 1fc466e back in 2013. It was removed by 05cfdcc (which intended to revert 3b30c93), probably by mistake.
The text was updated successfully, but these errors were encountered: