pytest-dev / pytest-stress

A Pytest plugin that allows you to loop tests for a user defined amount of time.
MIT License
41 stars 9 forks source link

Add support for Python 3.10, drop EOL 3.5, replace Travis CI with GitHub Actions #11

Closed hugovk closed 2 years ago

hugovk commented 2 years ago
hugovk commented 2 years ago

Example build:

https://github.com/hugovk/pytest-stress/actions/runs/1256940560

hugovk commented 2 years ago

Thanks for doing this! Feel free to squash/merge when you're ready.

You're welcome! I don't have merge rights here, but I'm otherwise ready.

Do we also need to remove Travis from this package's settings?

If you mean these required status checks, yes, these'll need removing (and optionally new GHA ones adding after merge):

image

If you mean disabling Travis from this repo, no need, @RonnyPfannschmidt will be disabling it from the whole pytest-dev org at some point: