pytest-dev / pytest-rerunfailures

a pytest plugin that re-runs failed tests up to -n times to eliminate flakey failures
Other
369 stars 82 forks source link

precommit: update min `py37` #250

Closed Borda closed 4 months ago

Borda commented 4 months ago

the minimal package supported Python version is 3.7 so it makes sense to also align all used liters

https://github.com/pytest-dev/pytest-rerunfailures/blob/5f8fab9b551cf96b3f30930e63d9f19eb8a076d3/setup.cfg#L43

cc: @sallner @florianpilz @hugovk