This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from cd4bc17 Update ``CODEOWNERS`` for dev folder (#20749)
add b597cea #16037 Templated requirements.txt in Python operators (#17349)
No new revisions were added by this update.
Summary of changes:
airflow/operators/python.py | 34 +++++++++++++++++++------
airflow/utils/python_virtualenv.py | 40 +++++++++++++++++++++---------
tests/config_templates/requirements.txt | 14 +++++++++++
tests/decorators/test_python_virtualenv.py | 5 ++--
tests/operators/test_python.py | 31 ++++++++++++++++++++---
5 files changed, 99 insertions(+), 25 deletions(-)
create mode 100644 tests/config_templates/requirements.txt