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 c07eb2850c3 change from class method to instance method call on rtif
(#56645)
add da66c417269 Fix .airflowignore order precedence (#56509)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/utils/file.py | 23 +++++++-------
airflow-core/tests/unit/dags/.airflowignore_glob | 7 +++--
...gate_ignore.py => test_explicit_dont_ignore.py} | 5 ++--
.../dags/subdir2/subdir3/should_ignore_this.py} | 0
.../dags/subdir2/subdir3/test_explicit_ignore.py} | 0
airflow-core/tests/unit/utils/test_file.py | 35 +++++++++++++++-------
6 files changed, 43 insertions(+), 27 deletions(-)
copy airflow-core/tests/unit/dags/subdir1/{test_negate_ignore.py =>
test_explicit_dont_ignore.py} (89%)
copy airflow-core/{src/airflow/api/common/__init__.py =>
tests/unit/dags/subdir2/subdir3/should_ignore_this.py} (100%)
copy airflow-core/{src/airflow/_shared/__init__.py =>
tests/unit/dags/subdir2/subdir3/test_explicit_ignore.py} (100%)