pytest-dev / pytest-timeout

MIT License
213 stars 64 forks source link

pytest-timeout requires pytest>7 but does not explicitly require it #178

Open fcollman opened 3 months ago

fcollman commented 3 months ago

please add this to your requirements!

this is leading to confusing error messages for people installing pytest-timeout on legacy docker images for example.. https://github.com/pytest-dev/pytest/issues/12107

flub commented 3 months ago

would you mind making a PR for this?

thanks!

On Wed 24 Jul 2024 at 16:08 -0700, Forrest Collman wrote:

please add this to your requirements!

this is leading to confusing error messages for people installing pytest-timeout on legacy docker images for example.. https://github.com/pytest-dev/pytest/issues/12107