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 7d3b5b4be8 Enable "airflow tasks test" to run deferrable operator
(#37542)
add 70348deaf7 Refrain from passing `encoding` to the SQL engine in
SQLAlchemy v2 (#37545)
No new revisions were added by this update.
Summary of changes:
airflow/__init__.py | 4 +--
airflow/settings.py | 9 ++++--
airflow/utils/orm_event_handlers.py | 4 +--
airflow/utils/sqlalchemy.py | 18 ++++++++++++
contributing-docs/07_local_virtualenv.rst | 2 +-
.../gunicorn_config.py => tests/test_settings.py | 29 +++++++++---------
.../utils/test_orm_event_handlers.py | 26 ++++++++---------
tests/utils/test_sqlalchemy.py | 34 ++++++++++++++++++++++
8 files changed, 91 insertions(+), 35 deletions(-)
copy airflow/www/gunicorn_config.py => tests/test_settings.py (61%)
copy airflow/contrib/task_runner/__init__.py =>
tests/utils/test_orm_event_handlers.py (56%)