Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'resulting': 0.04; '-----------': 0.05; 'url:bitbucket': 0.05; 'everybody,': 0.07; 'failing': 0.07; 'broke': 0.09; 'subject:few': 0.09; 'subject:parsing': 0.09; 'python': 0.11; 'windows': 0.15; 'clark': 0.16; 'morgan': 0.16; 'optional': 0.16; 'received:eu': 0.16; 'skip:` 30': 0.16; 'subject:fixes': 0.16; 'to:addr:python- announce-list': 0.16; 'discussions': 0.16; 'prevent': 0.16; 'fix': 0.17; 'variable': 0.18; 'command': 0.22; 'memory': 0.22; 'header :User-Agent:1': 0.23; 'config': 0.24; 'errors.': 0.24; 'holger': 0.24; 'parse': 0.24; 'pre': 0.24; 'skip:` 20': 0.24; 'to:2**1': 0.27; 'fixed': 0.29; 'marc': 0.31; 'option': 0.32; 'bugs': 0.33; 'implemented': 0.33; 'projects.': 0.33; 'at:': 0.34; 'info': 0.35; 'test': 0.35; 'add': 0.35; 'fun,': 0.36; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'possible': 0.36; 'url:org': 0.36; 'issue': 0.38; 'to:addr:python.org': 0.39; 'subject: / ': 0.60; 'march': 0.61; 'content-disposition:inline': 0.62; 'more': 0.64; 'note:': 0.66; 'details,': 0.68; 'limit': 0.70; 'below.': 0.71; 'commands.': 0.84; 'env': 0.84; 'missing.': 0.84 Date: Tue, 15 Jul 2014 07:59:35 +0000 From: holger krekel To: Testing in Python , python announce Subject: tox-1.7.2: few fixes / posargs parsing change MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Mailman-Approved-At: Tue, 15 Jul 2014 11:03:57 +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: 38 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405415037 news.xs4all.nl 2833 [2001:888:2000:d::a6]:43399 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1328 Hi everybody, Just released tox-1.7.2 to PYPI, see the changelog below. Note: if you need bugs fixed or features implemented please submit PRs. Docs about tox: http://tox.testrun.org And repos and issues at: https://bitbucket.org/hpk42/tox have fun, holger 1.7.2 ----------- - fix issue150: parse {posargs} more like we used to do it pre 1.7.0. The 1.7.0 behaviour broke a lot of OpenStack projects. See PR85 and the issue discussions for (far) more details, hopefully resulting in a more refined behaviour in the 1.8 series. And thanks to Clark Boylan for the PR. - fix issue59: add a config variable ``skip-missing-interpreters`` as well as command line option ``--skip-missing-interpreters`` which won't fail the build if Python interpreters listed in tox.ini are missing. Thanks Alexandre Conrad for PR104. - fix issue164: better traceback info in case of failing test commands. Thanks Marc Abramowitz for PR92. - support optional env variable substitution, thanks Morgan Fainberg for PR86. - limit python hashseed to 1024 on Windows to prevent possible memory errors. Thanks March Schlaich for the PR90.