Prab-27 commented on PR #64943: URL: https://github.com/apache/airflow/pull/64943#issuecomment-4388698160
This `uv pip show apache-airflow-ctl` shows ``` Using Python 3.10.20 environment at: /usr/python Name: apache-airflow-ctl Version: 0.1.4 Location: /usr/python/lib/python3.10/site-packages Editable project location: /opt/airflow/airflow-ctl Requires: argcomplete, httpx, keyring, lazy-object-proxy, methodtools, platformdirs, pydantic, pyyaml, rich-argparse, structlog, tabulate, tenacity, uuid6 Required-by: apache-airflow-core, apache-airflow-ctl-tests ``` in `breeze container airflow/airflow-core` And this tests runs successfully ``` tests/airflow_e2e_tests/airflowctl/test_airflowctl_imports.py::test_airflowctl_is_importable PASSED [100%] ================================================== TEST EXECUTION SUMMARY ================================================== Total Tests: 1 Passed: 1 Failed: 0 Execution Time: 0.29s Reports generated: test_report.json ``` -- 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]
