summaryrefslogtreecommitdiff
path: root/doc/en/getting-started.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2019-07-04 20:01:16 -0400
committerBruno Oliveira <nicoddemus@gmail.com>2019-07-04 20:01:16 -0400
commitbb29f31d2278fc93efba7ef3e123616c13ce8022 (patch)
treeb200766bf6e9c886733ed51538d7fc4d7a5180a7 /doc/en/getting-started.rst
parentb1928f878d33b912851391c32adb4c0b91fb70c0 (diff)
downloadpytest-bb29f31d2278fc93efba7ef3e123616c13ce8022.tar.gz
Preparing release version 5.0.1
Diffstat (limited to 'doc/en/getting-started.rst')
-rw-r--r--doc/en/getting-started.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/getting-started.rst b/doc/en/getting-started.rst
index 5a7b79ec3..750de086e 100644
--- a/doc/en/getting-started.rst
+++ b/doc/en/getting-started.rst
@@ -28,7 +28,7 @@ Install ``pytest``
.. code-block:: bash
$ pytest --version
- This is pytest version 4.x.y, imported from $PYTHON_PREFIX/lib/python3.6/site-packages/pytest.py
+ This is pytest version 5.x.y, imported from $PYTHON_PREFIX/lib/python3.6/site-packages/pytest.py
.. _`simpletest`:
@@ -50,7 +50,7 @@ That’s it. You can now execute the test function:
$ pytest
=========================== test session starts ============================
- platform linux -- Python 3.x.y, pytest-4.x.y, py-1.x.y, pluggy-0.x.y
+ platform linux -- Python 3.x.y, pytest-5.x.y, py-1.x.y, pluggy-0.x.y
cachedir: $PYTHON_PREFIX/.pytest_cache
rootdir: $REGENDOC_TMPDIR
collected 1 item