jason810496 commented on PR #46436:
URL: https://github.com/apache/airflow/pull/46436#issuecomment-2635830490
The remain errors are caused by
`tests/always/test_project_structure.py::TestCncfProviderProjectStructure::test_missing_examples`
and import error for `airflow.providers.cncf` in
`kubernetes_tests/test_kubernetes_pod_operator.py`.
```
kubernetes_tests/test_kubernetes_pod_operator.py:39: in <module>
from airflow.providers.cncf.kubernetes.hooks.kubernetes import
KubernetesHook
E ModuleNotFoundError: No module named 'airflow.providers.cncf'
```
I tried updating the path in `tests/always/test_project_structure.py`,
replacing `providers/tests/cncf/kubernetes/` with
`providers/cncf/kubernetes/tests/provider_tests/cncf/kubernetes/`, and ran the
test locally, but it still fails.
I'm also unsure why the import in
`kubernetes_tests/test_kubernetes_pod_operator.py` is failing, might need some
hints on how to fix these errors. 🙏
--
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]