summaryrefslogtreecommitdiff
path: root/doc/en/assert.rst
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-09-29 13:10:59 +0200
committerholger krekel <holger@merlinux.eu>2015-09-29 13:10:59 +0200
commit95245b935c49e1b79fe666a645e43aede7a1992c (patch)
tree55028bc077cf035d178dc88d1285e8f6dce6613c /doc/en/assert.rst
parentf61f39efdd845a05ca4ad5b2b68df24d5eb05546 (diff)
downloadpytest-95245b935c49e1b79fe666a645e43aede7a1992c.tar.gz
- fix a flaky test on py35-xdist by calling
importlib.invalidate_caches() - bump version to 2.8.1 - regen docs - amend changelog, authors
Diffstat (limited to 'doc/en/assert.rst')
-rw-r--r--doc/en/assert.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/assert.rst b/doc/en/assert.rst
index 8fbb176f5..43a7657d1 100644
--- a/doc/en/assert.rst
+++ b/doc/en/assert.rst
@@ -26,7 +26,7 @@ you will see the return value of the function call::
$ py.test test_assert1.py
======= test session starts ========
- platform linux -- Python 3.4.2, pytest-2.8.1.dev1, py-1.4.30, pluggy-0.3.1
+ platform linux -- Python 3.4.3, pytest-2.8.1, py-1.4.30, pluggy-0.3.1
rootdir: $REGENDOC_TMPDIR, inifile:
collected 1 items
@@ -146,7 +146,7 @@ if you run this module::
$ py.test test_assert2.py
======= test session starts ========
- platform linux -- Python 3.4.2, pytest-2.8.1.dev1, py-1.4.30, pluggy-0.3.1
+ platform linux -- Python 3.4.3, pytest-2.8.1, py-1.4.30, pluggy-0.3.1
rootdir: $REGENDOC_TMPDIR, inifile:
collected 1 items