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 2c67c9fb29f Add missing test for kubernetes compat converters (#43248)
     add fe0dd9b8b35 Switch PythonVirtualenvOperator to venv from virtualenv 
package (#43568)

No new revisions were added by this update.

Summary of changes:
 Dockerfile                                         |   2 +-
 INSTALL                                            |   3 +-
 airflow/example_dags/example_branch_operator.py    | 217 ++++++++++-----------
 .../example_branch_operator_decorator.py           | 155 +++++++--------
 airflow/example_dags/example_python_decorator.py   | 108 +++++-----
 airflow/example_dags/example_python_operator.py    | 116 ++++++-----
 .../tutorial_taskflow_api_virtualenv.py            | 111 +++++------
 .../12_airflow_dependencies_and_extras.rst         |   3 +-
 dev/breeze/doc/images/output_prod-image_build.txt  |   2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   1 -
 docker_tests/test_prod_image.py                    |   1 -
 docs/apache-airflow/extra-packages-ref.rst         |   2 -
 docs/docker-stack/build-arg-ref.rst                |   1 -
 docs/docker-stack/changelog.rst                    |   6 +
 generated/provider_dependencies.json               |   3 +-
 hatch_build.py                                     |   6 +-
 newsfragments/43568.significant.rst                |   1 +
 .../src/airflow/providers/standard/CHANGELOG.rst   |   2 +
 .../airflow/providers/standard/operators/python.py |  14 --
 .../src/airflow/providers/standard/provider.yaml   |   1 -
 .../providers/standard/utils/python_virtualenv.py  |  13 +-
 providers/tests/standard/operators/test_python.py  |  12 --
 .../tests/standard/utils/test_python_virtualenv.py |  13 +-
 pyproject.toml                                     |   3 +-
 tests/decorators/test_python_virtualenv.py         |   2 +-
 25 files changed, 372 insertions(+), 426 deletions(-)
 create mode 100644 newsfragments/43568.significant.rst

Reply via email to