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.
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?
flake8
passed