Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ronny Pfannschmidt 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: 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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python.announce:2001 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