dev-python/flaky and dev-python/pytest-rerunfailurse have conflicting pytest fixtures, with the latter providing a more powerful fixture (and the former breaking packages requiring it). If your package uses `@pytest.mark.flaky`, use pytest-rerunfailures instead. If it uses `@flaky.flaky`, send a patch upstream to switch to `@pytest.mark.flaky`.