ashb commented on PR #42505:
URL: https://github.com/apache/airflow/pull/42505#issuecomment-2407097770

   For anyone coming to this PR after the fact, yes we know there are still a 
few rough edges as a result of this.
   
   Currently known issues:
   
   - [ ] Pycharm doesn't like resolving the imports of `airflow.providers.x` 
(Something to do with the content of the main `airflow/__init__.py` that means 
it doesn't think it's a namespace package?)
   - [ ] `breeze testing tests provider/tests/x.py` currently fails. (Temp 
workaround: `breeze shell` then run `pytest provider/tests/x.py` directly. Bug 
is that the `testing test` command includes `tests` in the pytest command even 
when another file is specified, leading to pytest loading tests/conftest.py and 
providers/tests/conftest.py which it doesn't like as they are both "top level")


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

Reply via email to