csernazs / pytest-httpserver

Http server for pytest to test http clients
MIT License
200 stars 26 forks source link

Considering bringing plugin under pytest-dev #195

Open ssbarnea opened 1 year ago

ssbarnea commented 1 year ago

I am wondering about what you would think about bringing plugin under https://github.com/pytest-dev - I do have two plugins there and I kinda feel unsafe to use plugins from outside its protection as I often end-up with unmaintained ones.

csernazs commented 1 year ago

Hi Sorin,

Sorry for the late reply, I missed your issue for some reason. There's a discussion about it starting at https://github.com/pytest-dev/pytest-localserver/issues/43#issuecomment-1182017521 and also here: https://github.com/pytest-dev/pytest-localserver/discussions/46

In general I'm ok with moving it to pytest-dev if I can still be the maintainer of this project, but I admit I haven't made any steps proactively to move this project to there.

Zsolt

diazona commented 1 year ago

For what it's worth, my experience with pytest-localserver is that the core pytest team has been pretty hands-off. A couple of them have offered advice and opinions here and there, in the same way that any other contributor might, but they've never tried to exercise any sort of "editorial control" over the project.

What that means for this project is that, presumably, you would still be the maintainer if you transfer it into pytest-dev. You'd just have to give a couple other people from pytest-dev maintainer access, just to ensure that the project could be continued if you stop working on it for any reason, but I'd expect that they wouldn't use that access unless it truly becomes necessary. Other than that the project remains yours.