Re: [pytest-dev] Sprint participants writing a blog post?

2016-02-12 Thread Bruno Oliveira
On Sat, Feb 13, 2016 at 2:06 AM Brianna Laugher wrote: > Your writing is great Bruno! If you wanted I would be happy to edit a > draft though. > > On 12 February 2016 at 09:02, Holger Krekel wrote: > >> Your written English is pretty good so you feel youbare rather missing >> practice in pronun

Re: [pytest-dev] Sprint participants writing a blog post?

2016-02-12 Thread Brianna Laugher
Your writing is great Bruno! If you wanted I would be happy to edit a draft though. Andreas, how about you? You could speak about your company's support too :) Brianna On 12 February 2016 at 09:02, Holger Krekel wrote: > Your written English is pretty good so you feel youbare rather missing >

[pytest-dev] Visibility of project members

2016-02-12 Thread Bruno Oliveira
Hi all, I was browsing the peoples page at https://github.com/orgs/pytest-dev/people and noticed that most members have their membership set as "private". I believe most people left that setting as private because it is the default. You can easily see your setting to members outside the organizati

Re: [pytest-dev] Move pytest-runner to github

2016-02-12 Thread Bruno Oliveira
Hi Jason, I've invited you and created an empty repository at https://github.com/pytest-dev/pytest-runner, you should have admins right to that so feel free to add others as you see fit. :) Thanks, Bruno. On Sat, Feb 13, 2016 at 12:52 AM Jason R. Coombs wrote: > I’ve been moving most of my pro

[pytest-dev] Move pytest-runner to github

2016-02-12 Thread Jason R. Coombs
I’ve been moving most of my projects to Github. I’d like to do the same with pytest-runner. Would someone create the repo and/or grant me the necessary access, including admin access to the created repo? Probably /pytest-dev/pytest-runner. Thanks, Jason (jaraco)

[pytest-dev] devpi-server/web-3.0: generalized mirroring, speed, new backends

2016-02-12 Thread holger krekel
We just released devpi-{server,web}-3.0 and devpi-client-2.5.0 with some major new features, see the announcement below. didn't want to cram too many mailing lists into it in case someone hits "reply all" :) have fun, holger - Forwarded message from holger krekel - Date: Fri, 12 Feb 2

Re: [pytest-dev] How to sandbox test execution with pytest

2016-02-12 Thread Alessandro Amici
Hi, while researching the use of pytest-xdist for my CI-like use case and I realised that having a "disposable" environment is as important as having a isolated one, so that every test or every session runs from the same initial state and it is not influenced by what older sessions might have left