jscheffl commented on code in PR #46891:
URL: https://github.com/apache/airflow/pull/46891#discussion_r2203523897


##########
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_plugins.py:
##########
@@ -33,29 +33,20 @@ class TestGetPlugins:
             # Filters
             (
                 {},
-                13,
+                4,
                 [
                     "MetadataCollectionPlugin",
-                    "OpenLineageProviderPlugin",
-                    "databricks_workflow",
                     "decreasing_priority_weight_strategy_plugin",
-                    "edge_executor",
-                    "hive",
-                    "plugin-a",
-                    "plugin-b",
-                    "plugin-c",
-                    "postload",
                     "priority_weight_strategy_plugin",
-                    "test_plugin",
                     "workday_timetable_plugin",
                 ],
             ),
             (
                 {"limit": 3, "offset": 2},
-                13,
-                ["databricks_workflow", 
"decreasing_priority_weight_strategy_plugin", "edge_executor"],
+                4,
+                ["priority_weight_strategy_plugin", 
"workday_timetable_plugin"],

Review Comment:
   Why is the plugin list changing at time of upgrading python?



-- 
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