summaryrefslogtreecommitdiff
path: root/doc/en/skipping.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2017-03-13 18:41:20 -0400
committerBruno Oliveira <nicoddemus@gmail.com>2017-03-13 18:41:20 -0400
commitd58780f9a6c5b5422570e51d682f38f4504b945a (patch)
tree406eda61b2a1ac90cd3c93af6a5c7da079c5e8dc /doc/en/skipping.rst
parentb1ab2ca963b776fb145f71e49f2186e2b4c02618 (diff)
downloadpytest-d58780f9a6c5b5422570e51d682f38f4504b945a.tar.gz
Update regendoc
Diffstat (limited to 'doc/en/skipping.rst')
-rw-r--r--doc/en/skipping.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/skipping.rst b/doc/en/skipping.rst
index 0a2e18208..0597c76e7 100644
--- a/doc/en/skipping.rst
+++ b/doc/en/skipping.rst
@@ -224,8 +224,8 @@ Running it with the report-on-xfail option gives this output::
example $ pytest -rx xfail_demo.py
======= test session starts ========
- platform linux -- Python 3.5.2, pytest-3.0.6, py-1.4.33, pluggy-0.4.0
- rootdir: $REGENDOC_TMPDIR/example, inifile:
+ platform linux -- Python 3.5.2, pytest-3.0.7, py-1.4.32, pluggy-0.4.0
+ rootdir: $REGENDOC_TMPDIR/example, inifile:
collected 7 items
xfail_demo.py xxxxxxx