This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from bfaf4ffc488 Remove flaky "Download GPG keys" step from CI (#61652)
add 5953b82440a Skip SVN operations in CI environment (#61660)
No new revisions were added by this update.
Summary of changes:
.github/workflows/basic-tests.yml | 2 +-
dev/breeze/README.md | 14 +
.../commands/release_candidate_command.py | 79 +-
dev/breeze/tests/conftest.py | 8 +-
.../test_airflow_release_validator_integration.py | 532 ++++++
.../test_airflow_release_validator_integration.py | 332 ----
dev/breeze/tests/test_release_candidate_command.py | 202 +-
dev/breeze/uv.lock | 1964 ++++++++++----------
8 files changed, 1769 insertions(+), 1364 deletions(-)
create mode 100644
dev/breeze/tests/integration_tests/test_airflow_release_validator_integration.py
delete mode 100644
dev/breeze/tests/test_airflow_release_validator_integration.py