Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1751 > unrolled thread
| Started by | holger krekel <holger@merlinux.eu> |
|---|---|
| First post | 2015-06-23 11:53 +0000 |
| Last post | 2015-06-23 11:53 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [TIP] tox-2.1.0: passenv refinements holger krekel <holger@merlinux.eu> - 2015-06-23 11:53 +0000
| From | holger krekel <holger@merlinux.eu> |
|---|---|
| Date | 2015-06-23 11:53 +0000 |
| Subject | Re: [TIP] tox-2.1.0: passenv refinements |
| Message-ID | <mailman.726.1435060450.13271.python-announce-list@python.org> |
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@lists.idyll.org > http://lists.idyll.org/listinfo/testing-in-python > -- about me: http://holgerkrekel.net/about-me/ contracting: http://merlinux.eu
Back to top | Article view | comp.lang.python.announce
csiph-web