Re: [pytest-dev] pytest 2.8.1 issue status and blockers

2015-09-28 Thread holger krekel
Hi Ronny, On Mon, Sep 28, 2015 at 08:06 +0200, Ronny Pfannschmidt wrote: > Hi everyone, > > over the weekend i had some time to do grooming and attempted a few > fixes and did issue grooming > > the 1.8.1 milestone is down to 4 open issues > > https://github.com/pytest-dev/pytest/issues/1073 >

[pytest-dev] pytest 2.8.1 issue status and blockers

2015-09-28 Thread Ronny Pfannschmidt
Hi everyone, over the weekend i had some time to do grooming and attempted a few fixes and did issue grooming the 1.8.1 milestone is down to 4 open issues https://github.com/pytest-dev/pytest/issues/1073 * a fix in pluggy is on the way thanks to Brono!

Re: [pytest-dev] maintaining a synced git fork easily?

2015-09-28 Thread holger krekel
On Mon, Sep 28, 2015 at 11:15 +, Bruno Oliveira wrote: > On Mon, Sep 28, 2015 at 7:26 AM Florian Bruhin wrote: > > > I usually have the following workflow when I contribute to projects: > > > > I have the exact workflow as Florian. :) > > I would only add that you

Re: [pytest-dev] maintaining a synced git fork easily?

2015-09-28 Thread Bruno Oliveira
On Mon, Sep 28, 2015 at 7:26 AM Florian Bruhin wrote: > I usually have the following workflow when I contribute to projects: > I have the exact workflow as Florian. :) I would only add that you can create your branches based directly on the upstream: $ git checkout -b

[pytest-dev] maintaining a synced git fork easily?

2015-09-28 Thread holger krekel
Hey git-users :) could someone help me with how to best manage my git fork of pytest? I currently have two separate directories for my pytest work -- one which was cloned from pytest-dev/pytest and one from hpk42/pytest which was forked using the github UI. Is it a good idea to try to maintain