You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/en/deprecations.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,10 @@ a public API and may break in the future.
37
37
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38
38
39
39
.. deprecated:: 5.4
40
+
.. versionremoved:: 6.0
40
41
41
42
42
-
Option ``--no-print-logs`` is deprecated and meant to be removed in a future release. If you use ``--no-print-logs``, please try out ``--show-capture`` and
43
-
provide feedback.
43
+
Option ``--no-print-logs`` is removed. If you used ``--no-print-logs``, please use ``--show-capture`` instead.
44
44
45
45
``--show-capture`` command-line option was added in ``pytest 3.5.0`` and allows to specify how to
46
46
display captured output when tests fail: ``no``, ``stdout``, ``stderr``, ``log`` or ``all`` (the default).
0 commit comments