@@ -569,7 +569,7 @@ def assert_outputs_are_printed(expected_outputs: dict[str, str], stderr: str):
569569 ("airflow/providers/amazon/__init__.py" ,),
570570 {
571571 "affected-providers-list-as-string" : "amazon apache.hive cncf.kubernetes "
572- "common.sql exasol ftp google http imap microsoft.azure "
572+ "common.compat common. sql exasol ftp google http imap microsoft.azure "
573573 "mongo mysql openlineage postgres salesforce ssh teradata" ,
574574 "all-python-versions" : "['3.8']" ,
575575 "all-python-versions-list-as-string" : "3.8" ,
@@ -585,7 +585,7 @@ def assert_outputs_are_printed(expected_outputs: dict[str, str], stderr: str):
585585 "upgrade-to-newer-dependencies" : "false" ,
586586 "run-amazon-tests" : "true" ,
587587 "parallel-test-types-list-as-string" : "Always Providers[amazon] "
588- "Providers[apache.hive,cncf.kubernetes,common.sql,exasol,ftp,http,"
588+ "Providers[apache.hive,cncf.kubernetes,common.compat,common. sql,exasol,ftp,http,"
589589 "imap,microsoft.azure,mongo,mysql,openlineage,postgres,salesforce,ssh,teradata] Providers[google]" ,
590590 "needs-mypy" : "true" ,
591591 "mypy-folders" : "['providers']" ,
@@ -619,7 +619,7 @@ def assert_outputs_are_printed(expected_outputs: dict[str, str], stderr: str):
619619 ("airflow/providers/amazon/file.py" ,),
620620 {
621621 "affected-providers-list-as-string" : "amazon apache.hive cncf.kubernetes "
622- "common.sql exasol ftp google http imap microsoft.azure "
622+ "common.compat common. sql exasol ftp google http imap microsoft.azure "
623623 "mongo mysql openlineage postgres salesforce ssh teradata" ,
624624 "all-python-versions" : "['3.8']" ,
625625 "all-python-versions-list-as-string" : "3.8" ,
@@ -635,7 +635,7 @@ def assert_outputs_are_printed(expected_outputs: dict[str, str], stderr: str):
635635 "run-kubernetes-tests" : "false" ,
636636 "upgrade-to-newer-dependencies" : "false" ,
637637 "parallel-test-types-list-as-string" : "Always Providers[amazon] "
638- "Providers[apache.hive,cncf.kubernetes,common.sql,exasol,ftp,http,"
638+ "Providers[apache.hive,cncf.kubernetes,common.compat,common. sql,exasol,ftp,http,"
639639 "imap,microsoft.azure,mongo,mysql,openlineage,postgres,salesforce,ssh,teradata] Providers[google]" ,
640640 "needs-mypy" : "true" ,
641641 "mypy-folders" : "['providers']" ,
0 commit comments