Taragolis commented on PR #38594:
URL: https://github.com/apache/airflow/pull/38594#issuecomment-2026281241

   🤔 🤔 🤔 
   
   ```console
           # Provide existent file path,
           # so loaded YAML file content should be used to call 
deserialize_model_dict(), rather than None.
           path = sys.path[0] + "/tests/providers/cncf/kubernetes/pod.yaml"
   >       with open(path) as stream:
   E       FileNotFoundError: [Errno 2] No such file or directory: 
'/usr/local/bin/tests/providers/cncf/kubernetes/pod.yaml'
   ```


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