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


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

tox-1.7.2: few fixes / posargs parsing change

Started byholger krekel <holger@merlinux.eu>
First post2014-07-15 07:59 +0000
Last post2014-07-15 07:59 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

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

#1328 — tox-1.7.2: few fixes / posargs parsing change

Fromholger krekel <holger@merlinux.eu>
Date2014-07-15 07:59 +0000
Subjecttox-1.7.2: few fixes / posargs parsing change
Message-ID<mailman.11832.1405415037.18130.python-announce-list@python.org>
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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web