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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,19 @@ Below is a complete list of all pytest features which are considered deprecated.
15
15
:class:`~pytest.PytestWarning` or subclasses, which can be filtered using :ref:`standard warning filters <warnings>`.
16
16
17
17
18
+
.. _pastebin-deprecated:
19
+
20
+
The ``--pastebin`` option
21
+
~~~~~~~~~~~~~~~~~~~~~~~~~
22
+
23
+
.. deprecated:: 9.1
24
+
25
+
The :option:`--pastebin` option has been deprecated due to being very niche, being the only feature in core pytest relying on an external service and having low usage.
26
+
27
+
The plugin which implements ``--pastebin`` has been extracted to a separate package, :pypi:`pytest-pastebin`.
28
+
Please install ``pytest-pastebin`` if you want to keep using ``--pastebin``.
29
+
30
+
18
31
.. _dynamic-fixture-request-during-teardown:
19
32
20
33
``request.getfixturevalue()`` during fixture teardown
0 commit comments