File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -212,9 +212,9 @@ Breaking Changes
212
212
213
213
214
214
- `#7224 <https://github.com/pytest-dev/pytest/issues/7224 >`_: The `item.catch_log_handler ` and `item.catch_log_handlers ` attributes, set by the
215
- logging plugin and never meant to be public , are no longer available.
215
+ logging plugin and never meant to be public, are no longer available.
216
216
217
- The deprecated ``--no-print-logs `` option is removed. Use ``--show-capture `` instead.
217
+ The deprecated ``--no-print-logs `` option and `` log_print `` ini option are removed. Use ``--show-capture `` instead.
218
218
219
219
220
220
- `#7226 <https://github.com/pytest-dev/pytest/issues/7226 >`_: Removed the unused ``args `` parameter from ``pytest.Function.__init__ ``.
Original file line number Diff line number Diff line change @@ -1468,20 +1468,6 @@ passed multiple times. The expected format is ``name=value``. For example::
1468
1468
For more information, see :ref: `logging `.
1469
1469
1470
1470
1471
- .. confval :: log_print
1472
-
1473
-
1474
-
1475
- If set to ``False ``, will disable displaying captured logging messages for failed tests.
1476
-
1477
- .. code-block :: ini
1478
-
1479
- [pytest]
1480
- log_print = False
1481
-
1482
- For more information, see :ref: `logging `.
1483
-
1484
-
1485
1471
.. confval :: markers
1486
1472
1487
1473
When the ``--strict-markers `` or ``--strict `` command-line arguments are used,
You can’t perform that action at this time.
0 commit comments