Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'nested': 0.07; 'arguments': 0.09; 'converted': 0.09; 'filename': 0.09; 'bug': 0.12; 'andy': 0.16; 'dotted': 0.16; 'krekel': 0.16; 'people:': 0.16; 'pytest': 0.16; 'received:eu': 0.16; 'regression': 0.16; 'specifying': 0.16; 'to:addr:python-announce-list': 0.16; 'typo': 0.16; 'fix': 0.17; '(the': 0.22; 'install': 0.23; 'header:User- Agent:1': 0.23; 'holger': 0.24; 'merge': 0.24; 'unicode': 0.24; 'values': 0.27; 'van': 0.27; 'header:In-Reply-To:1': 0.27; 'respective': 0.29; 'subject:) ': 0.29; 'compared': 0.30; 'doc': 0.31; 'types.': 0.31; 'subject: (': 0.35; 'keyword': 0.36; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'should': 0.36; 'reports': 0.37; 'to:addr:python.org': 0.39; 'release': 0.40; 'content-disposition:inline': 0.62; 'more': 0.64; 'to:2**2': 0.65; 'completion': 0.78; 'sfxlen:1': 0.91 Date: Wed, 2 Oct 2013 07:21:08 +0000 From: holger krekel To: pytest-dev , Testing in Python , python announce Subject: pytest-2.4.1: fix three regressions (of 2.4 compared to 2.3.5) Mail-Followup-To: holger krekel , pytest-dev , Testing in Python , python announce References: <20131001103951.GV14010@merlinux.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131001103951.GV14010@merlinux.eu> User-Agent: Mutt/1.5.20 (2009-06-14) X-Mailman-Approved-At: Fri, 04 Oct 2013 08:41:30 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1380868891 news.xs4all.nl 15952 [2001:888:2000:d::a6]:60980 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1073 pytest-2.4.1 is a quick follow up release to fix three regressions compared to 2.3.5 before they hit more people: - When using parser.addoption() unicode arguments to the "type" keyword should also be converted to the respective types. thanks Floris Bruynooghe, @dnozay. (fixes issue360 and issue362) - fix dotted filename completion when using argcomplete thanks Anthon van der Neuth. (fixes issue361) - fix regression when a 1-tuple ("arg",) is used for specifying parametrization (the values of the parametrization were passed nested in a tuple). Thanks Donald Stufft. - also merge doc typo fixes, thanks Andy Dirnberger as usual, docs at http://pytest.org and upgrades via:: pip install -U pytest have fun and keep bug reports coming! holger krekel