This is an automated email from the ASF dual-hosted git repository.
taragolis pushed a change to branch modify-docker-tests
in repository https://gitbox.apache.org/repos/asf/airflow.git
from fdbb7e3d37 Use `python-on-whales` in docker tests
add dec65d5400 Use image fixture for determine default version
add ff0fc7568a Respect docker-tests requirements (use venv)
No new revisions were added by this update.
Summary of changes:
.../commands/release_management_commands.py | 35 ++-----------
dev/breeze/src/airflow_breeze/utils/run_tests.py | 43 ++++++++++-----
.../src/airflow_breeze/utils/virtualenv_utils.py | 61 ++++++++++++++++++++++
.../providers/google => docker_tests}/conftest.py | 9 ++--
docker_tests/docker_utils.py | 6 +--
docker_tests/test_ci_image.py | 4 +-
docker_tests/test_docker_compose_quick_start.py | 6 +--
docker_tests/test_prod_image.py | 46 +++++++++-------
8 files changed, 134 insertions(+), 76 deletions(-)
create mode 100644 dev/breeze/src/airflow_breeze/utils/virtualenv_utils.py
copy {tests/system/providers/google => docker_tests}/conftest.py (83%)