Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1073
| 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 | <holger@merlinux.eu> |
| 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 <holger@merlinux.eu> |
| To | pytest-dev <pytest-dev@python.org>, Testing in Python <testing-in-python@lists.idyll.org>, python announce <python-announce-list@python.org> |
| Subject | pytest-2.4.1: fix three regressions (of 2.4 compared to 2.3.5) |
| Mail-Followup-To | holger krekel <holger@merlinux.eu>, pytest-dev <pytest-dev@python.org>, Testing in Python <testing-in-python@lists.idyll.org>, python announce <python-announce-list@python.org> |
| 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 <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> |
| Approved | python-announce-list@python.org |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.702.1380868891.18130.python-announce-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
pytest-2.4.1: fix three regressions (of 2.4 compared to 2.3.5) holger krekel <holger@merlinux.eu> - 2013-10-02 07:21 +0000
csiph-web