kaxil commented on a change in pull request #8487:
URL: https://github.com/apache/airflow/pull/8487#discussion_r412127129
##########
File path: setup.py
##########
@@ -446,6 +446,9 @@ def write_version(filename: str = os.path.join(*[my_dir,
"airflow", "git_version
'pytest',
'pytest-cov',
'pytest-instafail',
+ 'pytest-rerunfailures',
Review comment:
Won't be useful to just install it I think unless we add the rerun param
to the test. Example:
```
@pytest.mark.flaky(reruns=5, reruns_delay=2)
```
Unless there is a default I don't know
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]