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 2021/08/23 09:26:20 UTC

[GitHub] [airflow] ashb commented on pull request #17779: Ensure that airflow modules are not imported too early in conftest

ashb commented on pull request #17779:
URL: https://github.com/apache/airflow/pull/17779#issuecomment-903597055


   It _shouldn't_ be able to do that -- all it's doing is checking that something isn't imported too early (which it isn't, otherwise the assert would trigger and the tests would fail early).
   
   But since we don't see the assert I think it has to be something else.


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