Properly remove log_print

This is a follow up to 3f8200676f which didn't
make it clear that log_print is also removed in the changelog and didn't remove
it from the reference docs.
This commit is contained in:
Florian Bruhin
2020-08-03 20:05:27 +02:00
parent 701998bf2c
commit 1c9b84756f
3 changed files with 5 additions and 18 deletions
+2 -2
View File
@@ -212,9 +212,9 @@ Breaking Changes
- `#7224 <https://github.com/pytest-dev/pytest/issues/7224>`_: The `item.catch_log_handler` and `item.catch_log_handlers` attributes, set by the
logging plugin and never meant to be public , are no longer available.
logging plugin and never meant to be public, are no longer available.
The deprecated ``--no-print-logs`` option is removed. Use ``--show-capture`` instead.
The deprecated ``--no-print-logs`` option and ``log_print`` ini option are removed. Use ``--show-capture`` instead.
- `#7226 <https://github.com/pytest-dev/pytest/issues/7226>`_: Removed the unused ``args`` parameter from ``pytest.Function.__init__``.