summaryrefslogtreecommitdiff
path: root/doc/en/cache.rst
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2016-05-31 11:15:57 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2016-05-31 19:05:36 +0200
commit77c28825df1cce25889b77d67b1b8cc4d09f1ddd (patch)
treeced0fd26be82605ea5948cf96bdf9329d81f84c7 /doc/en/cache.rst
parentd3dcc2b8f1035bd316f9d7964a37915f387f412f (diff)
downloadpytest-77c28825df1cce25889b77d67b1b8cc4d09f1ddd.tar.gz
regendoc and comment out a python2.7 example as per #1573
Diffstat (limited to 'doc/en/cache.rst')
-rw-r--r--doc/en/cache.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/cache.rst b/doc/en/cache.rst
index 52abb52a0..de03204de 100644
--- a/doc/en/cache.rst
+++ b/doc/en/cache.rst
@@ -80,7 +80,7 @@ If you then run it with ``--lf``::
$ py.test --lf
======= test session starts ========
- platform linux -- Python 3.4.0, pytest-2.9.1, py-1.4.31, pluggy-0.3.1
+ platform linux -- Python 3.5.1, pytest-2.9.2, py-1.4.31, pluggy-0.3.1
run-last-failure: rerun last 2 failures
rootdir: $REGENDOC_TMPDIR, inifile:
collected 50 items
@@ -121,7 +121,7 @@ of ``FF`` and dots)::
$ py.test --ff
======= test session starts ========
- platform linux -- Python 3.4.0, pytest-2.9.1, py-1.4.31, pluggy-0.3.1
+ platform linux -- Python 3.5.1, pytest-2.9.2, py-1.4.31, pluggy-0.3.1
run-last-failure: rerun last 2 failures first
rootdir: $REGENDOC_TMPDIR, inifile:
collected 50 items
@@ -226,7 +226,7 @@ You can always peek at the content of the cache using the
$ py.test --cache-clear
======= test session starts ========
- platform linux -- Python 3.4.0, pytest-2.9.1, py-1.4.31, pluggy-0.3.1
+ platform linux -- Python 3.5.1, pytest-2.9.2, py-1.4.31, pluggy-0.3.1
rootdir: $REGENDOC_TMPDIR, inifile:
collected 1 items