summaryrefslogtreecommitdiff
path: root/doc/en/writing_plugins.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/writing_plugins.rst')
-rw-r--r--doc/en/writing_plugins.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/writing_plugins.rst b/doc/en/writing_plugins.rst
index 5ee634d57..27d0fb57c 100644
--- a/doc/en/writing_plugins.rst
+++ b/doc/en/writing_plugins.rst
@@ -444,10 +444,10 @@ additionally it is possible to copy examples for an example folder before runnin
test_example.py::test_plugin
$PYTHON_PREFIX/lib/python3.8/site-packages/_pytest/compat.py:333: PytestDeprecationWarning: The TerminalReporter.writer attribute is deprecated, use TerminalReporter._tw instead at your own risk.
- See https://docs.pytest.org/en/latest/deprecations.html#terminalreporter-writer for more information.
+ See https://docs.pytest.org/en/stable/deprecations.html#terminalreporter-writer for more information.
return getattr(object, name, default)
- -- Docs: https://docs.pytest.org/en/latest/warnings.html
+ -- Docs: https://docs.pytest.org/en/stable/warnings.html
====================== 2 passed, 2 warnings in 0.12s =======================
For more information about the result object that ``runpytest()`` returns, and