ashb commented on PR #43280: URL: https://github.com/apache/airflow/pull/43280#issuecomment-2447784971
If the problem is that `breeze testing tests provider/tests/...` triggers the conftest error then we should fix that command: If there are positional args to that then we shouldn't include tests arg. Right now we get `breeze testing tests provider/tests/...` runs (give or take) `pytest tests provider/tests/...` when we want/need it to run `pytesy provider/tests/...` Have I understood correctly @o-nikolas ? -- 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]
