1pytest-2.8.7
2============
3
4This is a hotfix release to solve a regression
5in the builtin monkeypatch plugin that got introduced in 2.8.6.
6
7pytest is a mature Python testing tool with more than a 1100 tests
8against itself, passing on many different interpreters and platforms.
9This release is supposed to be drop-in compatible to 2.8.5.
10
11See below for the changes and see docs at:
12
13    http://pytest.org
14
15As usual, you can upgrade from pypi via::
16
17    pip install -U pytest
18
19Thanks to all who contributed to this release, among them:
20
21    Ronny Pfannschmidt
22
23
24Happy testing,
25The py.test Development Team
26
27
282.8.7 (compared to 2.8.6)
29-------------------------
30
31- fix #1338: use predictable object resolution for monkeypatch