Would you accept a pull request replacing the direct flaky.flaky decorator use with the more modern pytest.mark.flaky fixture? We are working towards replacing the flaky package with pytest-rerunfailures, and while both support the latter, the former explicitly requires flaky.
Would you accept a pull request replacing the direct
flaky.flakydecorator use with the more modernpytest.mark.flakyfixture? We are working towards replacing theflakypackage withpytest-rerunfailures, and while both support the latter, the former explicitly requiresflaky.