Taragolis commented on code in PR #28606:
URL: https://github.com/apache/airflow/pull/28606#discussion_r1057742874
##########
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:
Ohhh... we use same config for breeze tests
```console
Run python -m pytest ./dev/breeze/ -n auto --color=yes
ERROR: Missing required plugins: pytest-rerunfailures
Error: Process completed with exit code 4.
```
--
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]