Closed
Description
As commented in #3234 (comment) we want to deprecate --no-print-logs
.
@Thisch to deprecate we basically should emit config.warn
when the option is set, at first glance here seems like a good place:
Line 346 in b486e12
We should call config.warn
if self.print_logs
(after accounting for command-line and ini option) is False
.
Then we should add a test to deprecated_test.py
and I believe that's it. As usual feel free to ask if you have questions. 😁