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/11/24 00:33:44 UTC

[GitHub] [airflow] potiuk commented on issue #19788: Prevent unexpected in the code base

potiuk commented on issue #19788:
URL: https://github.com/apache/airflow/issues/19788#issuecomment-977317654


   Yep. Good idea. For now we only have it at the "import level" in providers for deprecation warnings - i.e. all classes from providers are tested if they are not geneating any warning simply by importing them (except the known ones) https://github.com/apache/airflow/blob/d58df468c8d77c5d45e80f2333eb074bb7771a95/dev/provider_packages/prepare_provider_packages.py#L2070 - but indeed, being strict on warnings at the unit tests is good goal (will take some time thought)


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