Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1329

Re: [TIP] tox-1.7.2: few fixes / posargs parsing change

References <20140715075935.GS7481@merlinux.eu>
Date 2014-07-15 11:19 -0700
From Albert-Jan Roskam <fomcl@yahoo.com>
Subject Re: [TIP] tox-1.7.2: few fixes / posargs parsing change
Newsgroups comp.lang.python.announce
Message-ID <mailman.11845.1405450325.18130.python-announce-list@python.org> (permalink)

Show all headers | View raw


--- Original Message -----

> From: holger krekel <holger@merlinux.eu>
> To: Testing in Python <testing-in-python@lists.idyll.org>; python announce <python-announce-list@python.org>
> Cc: 
> Sent: Tuesday, July 15, 2014 9:59 AM
> Subject: [TIP] tox-1.7.2: few fixes / posargs parsing change
> 
> 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.

Thanks! Love that Python 3.4 is supported now (or maybe that was introduced a few versions back already). Jenkins integration rocks!

AJ

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

Re: [TIP] tox-1.7.2: few fixes / posargs parsing change Albert-Jan Roskam <fomcl@yahoo.com> - 2014-07-15 11:19 -0700

csiph-web