BoboTiG / python-mss

An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.
https://pypi.org/project/mss/
MIT License
987 stars 88 forks source link

Use pytest-rerunfailures to rerun failing tests #253

Closed mgorny closed 1 year ago

mgorny commented 1 year ago

Changes proposed in this PR

Use pytest-rerunfailures plugin to attempt to rerun failing tests up to 5 times. While this doesn't solve the underlying issue, it should keep the CI green and detecting real issues until we figure out how to solve it properly.

It is very important to keep up to date tests and documentation.

Is your code right?

mgorny commented 1 year ago

Thanks!