Michael Howitz
Michael Howitz
Currently there is no way to achieve this. I did not even know about that `@pytest.mark.dependency()` decorator. I feel it is out of scope for this project to support rerunning...
GHA can reproduce these problems for pytest `master`, see https://github.com/pytest-dev/pytest-rerunfailures/runs/2662425068?check_suite_focus=true
@kloczek Sorry I was wrong about GHA: pytest switched the default branch from `master` to `main`, this broke GHA. I fixed this in #160 and cannot reproduce the problems you...
Locally the tests are fine, too; but I am testing against `master` of `pytest-rerunfailures` – what happens, if you test against `master`?
So you think the issue is invalid?
Currently this is not possible. A pull request would be welcome.
To change the value of the global variable you have to declare it `global`, otherwise you create a new independent local variable in your test function: ```python retryBool = True...
Let's try it.
I do not now allure at all. You need to provide more details to get the chance to understand your issue: What did you do? What did you expect? What...
Thank you for your report. Does your example behave the same when using `pytest-rerunfailures==11.0`? (There were some changes in the last feature release where we currently face some regressions.)