[TIP] tox-2.1.0: passenv refinements

holger krekel holger at merlinux.eu
Tue Jun 23 04:53:11 PDT 2015


FWIW did a tox-2.1.1 fixing some interoperability issues with detox,
the distributed tox runner.

cheers,
holger



On Fri, Jun 19, 2015 at 14:09 +0000, holger krekel wrote:
> I just released tox-2.1.0 to pypi which streamlines the "passenv"
> behaviour to accomodate a number of issues, see the changelog below.
> 
> You can find docs for the virtualenv based test runner here:
> 
>     http://tox.testrun.org
> 
> have fun,
> 
> holger
> 
> 
> 2.1.0
> -----
> 
> - fix issue258, fix issue248, fix issue253: for non-test commands 
>   (installation, venv creation) we pass in the full invocation environment.
> 
> - remove experimental --set-home option which was hardly used and
>   hackily implemented (if people want home-directory isolation we should
>   figure out a better way to do it, possibly through a plugin)
> 
> - fix issue259: passenv is now a line-list which allows to intersperse
>   comments.  Thanks stefano-m.
> 
> - allow envlist to be a multi-line list, to intersperse comments
>   and have long envlist settings split more naturally.  Thanks Andre Caron.
> 
> - introduce a TOX_TESTENV_PASSENV setting which is honored
>   when constructing the set of environment variables for test environments.
>   Thanks Marc Abramowitz for pushing in this direction.
> 
> 
> 
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
> 

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



More information about the testing-in-python mailing list