Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #2001 > unrolled thread
| Started by | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> |
|---|---|
| First post | 2016-01-24 23:53 +0100 |
| Last post | 2016-01-24 23:53 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
Pytest 2.8.7 - a hotfix release Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> - 2016-01-24 23:53 +0100
| From | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> |
|---|---|
| Date | 2016-01-24 23:53 +0100 |
| Subject | Pytest 2.8.7 - a hotfix release |
| Message-ID | <mailman.214.1453711297.15297.python-announce-list@python.org> |
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
Back to top | Article view | comp.lang.python.announce
csiph-web