[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 __

Re: [pytest-dev] pluggy moved to pytest-dev

2016-09-12 Thread Bruno Oliveira
Nice! Holger, is it OK with you if someone with push access to PyPI publish 0.4 soonish? This is required by https://github.com/pytest-dev/pytest/issues/1637 Cheers, Bruno. On Mon, Sep 12, 2016 at 5:59 AM holger krekel wrote: > > Ronny asked me to move the pluggy (pluginmanager used by pytest,

[pytest-dev] pluggy moved to pytest-dev

2016-09-12 Thread holger krekel
Ronny asked me to move the pluggy (pluginmanager used by pytest, devpi, tox, others) repo to pytest-dev organisation and i just did it. It's now at: https://github.com/pytest-dev/pluggy Also added the same people to the pluggy pypi page who can release pytest. cheers, holger _