Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1751
| Return-Path | <holger@merlinux.eu> |
|---|---|
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.017 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'subject:: [': 0.03; 'pypi': 0.07; 'experimental': 0.09; 'invocation': 0.09; 'envlist': 0.16; 'fwiw': 0.16; 'krekel': 0.16; 'received:eu': 0.16; 'sfxlen:0': 0.16; 'wrote:': 0.16; 'variables': 0.18; 'subject:] ': 0.19; 'settings': 0.20; 'fix': 0.21; 'fixing': 0.22; 'holger': 0.22; 'pass': 0.22; 'to:2**1': 0.22; '2015': 0.23; 'split': 0.23; 'cheers,': 0.24; 'header:In-Reply-To:1': 0.24; 'implemented': 0.24; 'header:User-Agent:1': 0.26; 'figure': 0.27; 'behaviour': 0.29; 'marc': 0.29; 'environment': 0.29; '-----': 0.29; 'allows': 0.30; 'comments': 0.30; 'fri,': 0.31; 'option': 0.31; 'possibly': 0.32; 'url:eu': 0.34; 'skip:_ 40': 0.34; 'url:listinfo': 0.35; 'list': 0.35; 'url:org': 0.36; 'list,': 0.36; 'thanks': 0.36; 'should': 0.37; 'setting': 0.37; 'subject:: ': 0.37; 'charset:us- ascii': 0.37; 'environment.': 0.37; 'mailing': 0.38; 'test': 0.39; 'to:addr:python.org': 0.39; 'subject:-': 0.39; 'some': 0.40; 'received:85': 0.60; 'content-disposition:inline': 0.60; 'here:': 0.62; 'more': 0.62; 'url:lists': 0.66; 'below.': 0.66; 'introduce': 0.78; 'andre': 0.84; 'hardly': 0.84; 'naturally.': 0.84 |
| Date | Tue, 23 Jun 2015 11:53:11 +0000 |
| From | holger krekel <holger@merlinux.eu> |
| To | Testing in Python <testing-in-python@lists.idyll.org>, python announce <python-announce-list@python.org> |
| Subject | Re: [TIP] tox-2.1.0: passenv refinements |
| References | <20150619140908.GX29732@merlinux.eu> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| In-Reply-To | <20150619140908.GX29732@merlinux.eu> |
| User-Agent | Mutt/1.5.20 (2009-06-14) |
| X-Mailman-Approved-At | Tue, 23 Jun 2015 13:54:09 +0200 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list/> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Approved | python-announce-list@python.org |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.726.1435060450.13271.python-announce-list@python.org> (permalink) |
| Lines | 53 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1435060450 news.xs4all.nl 2921 [2001:888:2000:d::a6]:40142 |
| X-Complaints-To | abuse@xs4all.nl |
| Path | csiph.com!usenet.pasdenom.info!news.stben.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
| Xref | csiph.com comp.lang.python.announce:1751 |
Show key headers only | View raw
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 comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
Re: [TIP] tox-2.1.0: passenv refinements holger krekel <holger@merlinux.eu> - 2015-06-23 11:53 +0000
csiph-web