Re: [pytest-dev] Move pytest-flask plugin to pytest-dev

2016-09-14 Thread Vital Kudzelka
Ok. On Wed, Sep 14, 2016 at 2:56 PM Bruno Oliveira wrote: > I think the move is complete, let me know if you have any problems. > > Cheers, > > On Wed, Sep 14, 2016 at 8:13 AM Bruno Oliveira > wrote: > >> Vital, >> >> The steps are detailed here: >> >> >> https://github.com/pytest-dev/pytest/bl

Re: [pytest-dev] Move pytest-flask plugin to pytest-dev

2016-09-14 Thread Bruno Oliveira
I think the move is complete, let me know if you have any problems. Cheers, On Wed, Sep 14, 2016 at 8:13 AM Bruno Oliveira wrote: > Vital, > > The steps are detailed here: > > > https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev > > I already crea

Re: [pytest-dev] Move pytest-flask plugin to pytest-dev

2016-09-14 Thread Bruno Oliveira
Vital, The steps are detailed here: https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev I already created the teams, feel free to transfer ownership of the repository to me. Cheers On Tue, Sep 13, 2016 at 1:49 PM Vital Kudzelka wrote: > I prefer

Re: [pytest-dev] Move pytest-flask plugin to pytest-dev

2016-09-13 Thread Vital Kudzelka
I prefer to keep plugin under pytest-dev for consistency with pytest-django. On Tue, Sep 13, 2016 at 7:26 PM Bruno Oliveira wrote: > Hi, > > I'm certainly fine with it as well. Let's just wait for Vital to answer to > Ronny's suggestion before moving forward. > > Cheers, > > On Tue, Sep 13, 2016

Re: [pytest-dev] Move pytest-flask plugin to pytest-dev

2016-09-13 Thread Bruno Oliveira
Hi, I'm certainly fine with it as well. Let's just wait for Vital to answer to Ronny's suggestion before moving forward. Cheers, On Tue, Sep 13, 2016 at 4:39 AM Ronny Pfannschmidt < [email protected]> wrote: > Hi Vital > > at first glance there nothing stopping, > > but since the

Re: [pytest-dev] Move pytest-flask plugin to pytest-dev

2016-09-13 Thread Ronny Pfannschmidt
Hi Vital at first glance there nothing stopping, but since the plugin is framework specific, i also wonder, if it perhaps would have a good place under the pallets org (which has the flask ecosystem) -- Ronny ___ pytest-dev mailing list pytest-dev@pyth

[pytest-dev] Move pytest-flask plugin to pytest-dev

2016-09-12 Thread Vital Kudzelka
Hi, I would to like to know if there are any objections to move the pytest-flask plugins to pytest-dev organization. Plugin are in PyPI, have an appropriate README, license, continuous integration and documentation: https://github.com/vitalk/pytest-flask __