You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/06/11 14:12:42 UTC

[airflow] branch main updated: Remove deprecated import form within test zip file. (#16390)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new c863044  Remove deprecated import form within test zip file. (#16390)
c863044 is described below

commit c863044a0e02918a7853e352aadbbc937483d958
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Fri Jun 11 15:12:19 2021 +0100

    Remove deprecated import form within test zip file. (#16390)
    
    This was causing the following warning in the DagBag tests
    
    ```
    /opt/airflow/tests/models/../dags/test_zip_invalid_cron.zip/test_invalid_cron.py:21: DeprecationWarning: This module is deprecated. Please use `airflow.operators.dummy`.
    ```
---
 tests/dags/test_zip_invalid_cron.zip | Bin 1389 -> 913 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/tests/dags/test_zip_invalid_cron.zip b/tests/dags/test_zip_invalid_cron.zip
index fe45153..b2e7340 100644
Binary files a/tests/dags/test_zip_invalid_cron.zip and b/tests/dags/test_zip_invalid_cron.zip differ