eladkal commented on code in PR #64096:
URL: https://github.com/apache/airflow/pull/64096#discussion_r2973777644


##########
scripts/tests/ci/prek/test_check_excluded_provider_markers.py:
##########
@@ -19,41 +19,42 @@
 import pytest
 from check_excluded_provider_markers import _check_dependency
 
-EXCLUDED = {
-    "apache-airflow-providers-amazon": ["3.14"],
-}
-
 
 class TestCheckDependency:
+    EXCLUDED = {
+        "apache-airflow-providers-amazon": ["3.14"],
+        "apache-airflow-providers-google": ["3.14"],

Review Comment:
   Wasn't google resolved?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to