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 2022/12/27 13:24:18 UTC

[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #28606: Disable `flaky` plugin in pytest addopts config

ephraimbuddy commented on code in PR #28606:
URL: https://github.com/apache/airflow/pull/28606#discussion_r1057677601


##########
pytest.ini:
##########
@@ -19,8 +19,8 @@
 addopts =
     -rasl
     --verbosity=2
-;    This will treat all tests as flaky
-;    --force-flaky
+    ; Disable `flaky` plugin for pytest. This plugin conflicts with `rerunfailures` because provide same marker.
+    -p no:flaky

Review Comment:
   Should we explicitly depend on `pytest-rerunfailures`?



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org