1pytest-3.1.1
2=======================================
3
4pytest 3.1.1 has just been released to PyPI.
5
6This is a bug-fix release, being a drop-in replacement. To upgrade::
7
8  pip install --upgrade pytest
9
10The full changelog is available at http://doc.pytest.org/en/latest/changelog.html.
11
12Thanks to all who contributed to this release, among them:
13
14* Bruno Oliveira
15* Florian Bruhin
16* Floris Bruynooghe
17* Jason R. Coombs
18* Ronny Pfannschmidt
19* wanghui
20
21
22Happy testing,
23The pytest Development Team
24