[TIP] tox-2.2.0: fixes and new ignore_outcome setting

holger krekel holger at merlinux.eu
Wed Nov 11 05:48:15 PST 2015


I just released tox-2.2.0, see changelog below.

More about tox here:

    http://tox.testrun.org

have fun,
holger

-- 
about me:    http://holgerkrekel.net/about-me/
contracting: http://merlinux.eu


2.2.0
-----

- fix issue265 and add LD_LIBRARY_PATH to passenv on linux by default
  because otherwise the python interpreter might not start up in
  certain configurations (redhat software collections).  Thanks David Riddle.

- fix issue246: fix regression in config parsing by reordering 
  such that {envbindir} can be used again in tox.ini. Thanks Olli Walsh.

- fix issue99: the {env:...} substitution now properly uses environment
  settings from the ``setenv`` section. Thanks Itxaka Serrano.

- fix issue281: make --force-deps work when urls are present in
  dependency configs.  Thanks Glyph Lefkowitz for reporting.

- fix issue174: add new ``ignore_outcome`` testenv attribute which
  can be set to True in which case it will produce a warning instead
  of an error on a failed testenv command outcome.  
  Thanks Rebecka Gulliksson for the PR.

- fix issue280: properly skip missing interpreter if
  {envsitepackagesdir} is present in commands. Thanks BB:ceridwenv



More information about the testing-in-python mailing list