This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 3ea764f802 Add changelog for airflow python client 2.10.0 (#41583)
(#41584)
add 64415639b8 Make all test pass in Database Isolation mode (#41567)
No new revisions were added by this update.
Summary of changes:
.github/workflows/run-unit-tests.yml | 6 +++
.github/workflows/special-tests.yml | 23 ++++++++++
airflow/api_internal/endpoints/rpc_api_endpoint.py | 6 +--
airflow/models/baseoperator.py | 3 +-
airflow/settings.py | 51 +++++++++++++++-------
.../airflow_breeze/commands/testing_commands.py | 2 +
.../templates/CHANGELOG_TEMPLATE.rst.jinja2 | 6 +--
dev/breeze/src/airflow_breeze/utils/run_tests.py | 4 +-
tests/cli/commands/test_internal_api_command.py | 3 ++
tests/cli/commands/test_webserver_command.py | 3 ++
tests/decorators/test_bash.py | 3 ++
tests/decorators/test_branch_external_python.py | 3 +-
tests/decorators/test_branch_python.py | 3 +-
tests/decorators/test_branch_virtualenv.py | 3 +-
tests/decorators/test_condition.py | 3 +-
tests/decorators/test_external_python.py | 2 +-
tests/decorators/test_python.py | 11 ++++-
tests/decorators/test_python_virtualenv.py | 4 +-
tests/decorators/test_sensor.py | 3 +-
tests/decorators/test_short_circuit.py | 2 +-
tests/models/test_variable.py | 2 +-
tests/operators/test_python.py | 3 ++
tests/serialization/test_dag_serialization.py | 2 +
23 files changed, 118 insertions(+), 33 deletions(-)