Expand support to allow the `--only-rerun` equivalent flag to be passed into the `flaky` decorator: ```py @pytest.mark.flaky(reruns=2, only_rerun=[AssertionError, ValueError]) ```
Expand support to allow the
--only-rerunequivalent flag to be passed into theflakydecorator:@pytest.mark.flaky(reruns=2, only_rerun=[AssertionError, ValueError])