--- Original Message ----- > From: holger krekel <hol...@merlinux.eu> > To: Testing in Python <testing-in-pyt...@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 -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/