shahar1 commented on code in PR #42951:
URL: https://github.com/apache/airflow/pull/42951#discussion_r1801806263


##########
docs/conf.py:
##########
@@ -765,7 +765,7 @@ def _get_params(root_schema: dict, prefix: str = "", 
default_section: str = "")
     # These sub-folders aren't really providers, but we need __init__.py files 
else various tools (ruff, mypy)
     # get confused by providers/tests/systems/cncf/kubernetes and think that 
folder is the top level
     # kubernetes module!
-    "*/providers/tests/__init__.py",
+    
"*/providers/src/airflow/providers/__init__.py*/providers/tests/__init__.py",

Review Comment:
   ```suggestion
       "*/providers/src/airflow/providers/__init__.py",
       "*/providers/tests/__init__.py",
   ```



-- 
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-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to