Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Bruno Oliveira Newsgroups: comp.lang.python.announce Subject: pytest 2.8.5 released Date: Sat, 12 Dec 2015 01:05:04 +0000 Lines: 43 Approved: python-announce-list@python.org Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de aWtxXtRlcZO3EZlBHf1GKQGQswxC8UekSw7BAxiBL48g== Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'testing,': 0.05; 'attributes': 0.07; 'pypi': 0.07; 'subject:released': 0.07; '1100': 0.09; 'chunks': 0.09; 'release,': 0.09; 'python': 0.10; 'pytest': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'released.': 0.16; 'storing': 0.16; 'alex': 0.18; 'skip:` 20': 0.18; 'tree': 0.18; 'tests': 0.18; 'changes': 0.20; 'contributed': 0.20; 'fix': 0.21; 'arguments': 0.22; 'help.': 0.23; 'passing': 0.23; 'testing': 0.25; 'install': 0.25; 'compatible': 0.27; 'message-id:@mail.gmail.com': 0.27; 'itself,': 0.29; 'skip:2 30': 0.29; 'objects': 0.29; "i'm": 0.30; 'supposed': 0.31; 'fixed': 0.31; 'at:': 0.31; 'announce': 0.32; 'class': 0.33; 'platforms.': 0.33; 'received:google.com': 0.35; 'could': 0.35; 'instead': 0.36; 'url:org': 0.36; 'tool': 0.36; 'received:209.85': 0.36; 'thanks': 0.37; 'release': 0.37; 'received:209': 0.38; 'received:209.85.220': 0.38; 'skip:- 20': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'collection': 0.60; 'more': 0.63; 'different': 0.63; 'hey,': 0.75; 'pip': 0.84; 'sfxlen:1': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=6Er4glHklx9DnP6T0Sg41yuexySKgEYjPNiJqVBwvXk=; b=f/YQGyCiXratiKAK3pqmbAMnK3ROnpuUWA6u259xZoNj4Vd+7C7NkBvDyJUkUlB3um JrX4d0GrgkXolGwECOwin7VN2g3Ymj8jW2sBr2+z7My9d7yNwNkvjKYx4uXzDxNUsW67 2MiMiz+bHbF0aBE1/+nsG51l8oslQJV/MQniQ3FvCLBXlPUP7jWvNDsNJUzBSd6DGcfe QQyPIGvtFbs02XxOKSsnqevGWP4UJ9ONjHyFHIWXbPX9jErzNTQNOseLGrtN3eLAwCG+ pA7nnMaHlbZ7fioAeMjLOb6AaV2VcdNLSBeHKGcEjUZ1598kh86Fqo5JQll04CUCbG1s 4/jA== X-Received: by 10.129.39.69 with SMTP id n66mr7336018ywn.260.1449882313846; Fri, 11 Dec 2015 17:05:13 -0800 (PST) X-Mailman-Approved-At: Sun, 13 Dec 2015 09:18:48 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ 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:1956 Hey, I'm happy to announce pytest 2.8.5 has been released. This release is supposed to be drop-in compatible to 2.8.4 pytest is a mature Python testing tool with more than a 1100 tests against itself, passing on many different interpreters and platforms. 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: Alex Gaynor aselus-hub Bruno Oliveira Ronny Pfannschmidt Happy testing, The py.test Development Team 2.8.5 (compared to 2.8.4) ------------------------- - fix #1243: fixed issue where class attributes injected during collection could break pytest. PR by Alexei Kozlenok, thanks Ronny Pfannschmidt and Bruno Oliveira for the review and help. - fix #1074: precompute junitxml chunks instead of storing the whole tree in objects Thanks Bruno Oliveira for the report and Ronny Pfannschmidt for the PR - fix #1238: fix ``pytest.deprecated_call()`` receiving multiple arguments (Regression introduced in 2.8.4). Thanks Alex Gaynor for the report and Bruno Oliveira for the PR.