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


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

tox-1.7.2: few fixes / posargs parsing change

Date 2014-07-15 07:59 +0000
From holger krekel <holger@merlinux.eu>
Subject tox-1.7.2: few fixes / posargs parsing change
Newsgroups comp.lang.python.announce
Message-ID <mailman.11832.1405415037.18130.python-announce-list@python.org> (permalink)

Show all headers | View raw


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.

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


Thread

tox-1.7.2: few fixes / posargs parsing change holger krekel <holger@merlinux.eu> - 2014-07-15 07:59 +0000

csiph-web