pytest-dev / pytest-repeat

pytest plugin for repeating test execution
https://pypi.python.org/pypi/pytest-repeat/
Other
169 stars 27 forks source link

Migrate CI to GH Actions #67

Closed okken closed 11 months ago

okken commented 11 months ago
okken commented 11 months ago

@nicoddemus Is there a PR review and release process for pytest-dev plugins?

nicoddemus commented 11 months ago

@okken I don't think there is, but if you are looking for a template to follow, I suggest pytest-xdist or pytest-mock.

okken commented 11 months ago

@nicoddemus Thanks for your help. I think it's worth doing more small pushes to PyPI, rather than wait until lots of changes are made. Right now, having the README updated might be enough to reflect the versions of Python that are supported and tested, and update the banner icons.

So, there are options.

Do I need to ask @davehunt for me to be added as a maintainer on PyPI?

nicoddemus commented 11 months ago

I think it's worth doing more small pushes to PyPI, rather than wait until lots of changes are made. Right now, having the README updated might be enough to reflect the versions of Python that are supported and tested, and update the banner icons.

Agreed.

So, there are options.

I prefer to use a GH action for that, preferably using the new Trusted Publisher support instead of personal access tokens.

Do I need to ask @davehunt for me to be added as a maintainer on PyPI?

Indeed, I just checked and I don't have permissions either.

@davehunt could you give us both access please?

okken commented 11 months ago

@nicoddemus Awesome. Thanks.

davehunt commented 10 months ago

@davehunt could you give us both access please?

Sorry, I didn't respond here. Do you still need something from me?

okken commented 10 months ago

@davehunt could you give us both access please?

Sorry, I didn't respond here. Do you still need something from me?

Nope. Everything is good.