bugraoz93 commented on PR #56124:
URL: https://github.com/apache/airflow/pull/56124#issuecomment-3420019984
Reproduced locally, seems airflow-ctl-tests/ not using the same venv and
trying to create it's own
```bash
Good version of Docker: 28.3.3.
Good version of docker-compose: 2.39.1
Executable permissions on entrypoints are OK
Running airflowctl integration tests with PROD image:
ghcr.io/apache/airflow/main/prod/python3.10
Using airflowctl version: 1.0.0
warning: `VIRTUAL_ENV=/home/bugra/PycharmProjects/airflow/.venv` does not
match the project environment path `.venv` and will be ignored; use `--active`
to target the active environment instead
ImportError while loading conftest
'/home/bugra/PycharmProjects/airflow/airflow-ctl-tests/tests/airflowctl_tests/conftest.py'.
tests/airflowctl_tests/conftest.py:24: in <module>
from python_on_whales import DockerClient, docker
E ModuleNotFoundError: No module named 'python_on_whales'
```
--
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]