You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/21 12:08:47 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #8487: Add pytest plugins that are useful for optimisations

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 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:
users@infra.apache.org