Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #2001
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> |
| Newsgroups | comp.lang.python.announce |
| Subject | Pytest 2.8.7 - a hotfix release |
| Date | Sun, 24 Jan 2016 23:53:30 +0100 |
| Lines | 22 |
| Approved | python-announce-list@python.org |
| Message-ID | <mailman.214.1453711297.15297.python-announce-list@python.org> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de JCqyOe+fgroSfuSq3LQDiQR4R+U15mmq2KLOYfk22tlg== |
| Return-Path | <opensource@ronnypfannschmidt.de> |
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'testing,': 0.05; 'builtin': 0.07; 'pypi': 0.07; '1100': 0.09; 'regression': 0.09; 'release,': 0.09; 'python': 0.10; 'pytest': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'tests': 0.18; 'changes': 0.20; 'contributed': 0.20; 'fix': 0.21; 'subject:release': 0.22; 'passing': 0.23; 'testing': 0.25; 'install': 0.25; 'header:User- Agent:1': 0.26; 'compatible': 0.27; 'to:no real name:2**1': 0.27; 'resolution': 0.28; 'itself,': 0.29; 'supposed': 0.31; 'at:': 0.31; 'platforms.': 0.33; 'url:org': 0.36; 'tool': 0.36; 'thanks': 0.37; 'release': 0.37; 'skip:- 20': 0.39; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'received:network': 0.61; 'more': 0.63; 'different': 0.63; '============': 0.84; 'pip': 0.84; 'sfxlen:1': 0.91 |
| X-Enigmail-Draft-Status | N1110 |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 |
| X-Mailman-Approved-At | Mon, 25 Jan 2016 03:41:37 -0500 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list/> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python.announce:2001 |
Show key headers only | View raw
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 comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
Pytest 2.8.7 - a hotfix release Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> - 2016-01-24 23:53 +0100
csiph-web