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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]