pytest-dev / pytest-repeat

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

Migrate CI to GH Actions #67

Closed okken closed 1 year ago

okken commented 1 year ago
okken commented 1 year ago

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

nicoddemus commented 1 year 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 1 year 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 1 year 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 1 year ago

@nicoddemus Awesome. Thanks.

davehunt commented 1 year ago

@davehunt could you give us both access please?

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

okken commented 1 year 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.