This is an automated email from the ASF dual-hosted git repository.
taragolis pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from abb266bc82 Fix failure of additional prod image builds in non-main
build (#38538)
add 279d1f7c64 Prohibit to use unsupported DB backends in tests (#38530)
No new revisions were added by this update.
Summary of changes:
tests/always/test_project_structure.py | 4 ++
tests/conftest.py | 45 +++++++++++++++-------
.../providers/apache/drill}/__init__.py | 0
.../providers/apache/drill/operators}/__init__.py | 0
.../providers/apache/drill/operators/test_drill.py | 3 +-
.../integration/providers/apache/hive}/__init__.py | 0
.../providers/apache/hive/transfers}/__init__.py | 0
.../apache/hive/transfers/test_mssql_to_hive.py | 3 +-
.../cloud/transfers/test_bigquery_to_mssql.py | 3 +-
.../google/cloud/transfers/test_mssql_to_gcs.py | 3 +-
tests/providers/apache/drill/operators/__init__.py | 17 --------
11 files changed, 44 insertions(+), 34 deletions(-)
copy {airflow/api_connexion =>
tests/integration/providers/apache/drill}/__init__.py (100%)
copy {airflow/api_connexion =>
tests/integration/providers/apache/drill/operators}/__init__.py (100%)
rename tests/{ => integration}/providers/apache/drill/operators/test_drill.py
(94%)
copy {airflow/api_connexion =>
tests/integration/providers/apache/hive}/__init__.py (100%)
copy {airflow/api_connexion =>
tests/integration/providers/apache/hive/transfers}/__init__.py (100%)
rename tests/{ =>
integration}/providers/apache/hive/transfers/test_mssql_to_hive.py (97%)
rename tests/{ =>
integration}/providers/google/cloud/transfers/test_bigquery_to_mssql.py (93%)
rename tests/{ =>
integration}/providers/google/cloud/transfers/test_mssql_to_gcs.py (98%)
delete mode 100644 tests/providers/apache/drill/operators/__init__.py