summaryrefslogtreecommitdiff
path: root/doc/en/announce/release-2.8.7.rst
blob: 9005f56363a31367ebb3776d982a87939af7ffc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
pytest-2.8.7
============

This is a hotfix release to solve a regression
in the builtin monkeypatch plugin that got introduced in 2.8.6.

pytest is a mature Python testing tool with more than a 1100 tests
against itself, passing on many different interpreters and platforms.
This release is supposed to be drop-in compatible to 2.8.5.

See below for the changes and see docs at:

    http://pytest.org

As usual, you can upgrade from pypi via::

    pip install -U pytest

Thanks to all who contributed to this release, among them:

    Ronny Pfannschmidt


Happy testing,
The py.test Development Team


2.8.7 (compared to 2.8.6)
-------------------------

- fix #1338: use predictable object resolution for monkeypatch