summaryrefslogtreecommitdiff
path: root/doc/en/writing_plugins.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2020-07-08 17:51:01 -0400
committerBruno Oliveira <nicoddemus@gmail.com>2020-07-08 17:51:01 -0400
commit7d033a89505484d03b1fc4a885ecea1777ca7457 (patch)
tree34530bfde1091003fdc9c12af2875e8a259d5578 /doc/en/writing_plugins.rst
parent64b19595a5820ba7fc0afbeba5d891361c00c9db (diff)
downloadpytest-7d033a89505484d03b1fc4a885ecea1777ca7457.tar.gz
Prepare release version 6.0.0rc1
Diffstat (limited to 'doc/en/writing_plugins.rst')
-rw-r--r--doc/en/writing_plugins.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/writing_plugins.rst b/doc/en/writing_plugins.rst
index 27d0fb57c..f3e4cbd23 100644
--- a/doc/en/writing_plugins.rst
+++ b/doc/en/writing_plugins.rst
@@ -430,9 +430,9 @@ additionally it is possible to copy examples for an example folder before runnin
$ pytest
=========================== test session starts ============================
- platform linux -- Python 3.x.y, pytest-5.x.y, py-1.x.y, pluggy-0.x.y
+ platform linux -- Python 3.x.y, pytest-6.x.y, py-1.x.y, pluggy-0.x.y
cachedir: $PYTHON_PREFIX/.pytest_cache
- rootdir: $REGENDOC_TMPDIR, inifile: pytest.ini
+ rootdir: $REGENDOC_TMPDIR, configfile: pytest.ini
collected 2 items
test_example.py .. [100%]
@@ -443,7 +443,7 @@ additionally it is possible to copy examples for an example folder before runnin
testdir.copy_example("test_example.py")
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.
+ $PYTHON_PREFIX/lib/python3.7/site-packages/_pytest/compat.py:340: PytestDeprecationWarning: The TerminalReporter.writer attribute is deprecated, use TerminalReporter._tw instead at your own risk.
See https://docs.pytest.org/en/stable/deprecations.html#terminalreporter-writer for more information.
return getattr(object, name, default)