potiuk commented on code in PR #37320:
URL: https://github.com/apache/airflow/pull/37320#discussion_r1486622707


##########
airflow/providers_manager.py:
##########
@@ -1268,3 +1268,26 @@ def provider_configs(self) -> list[tuple[str, dict[str, 
Any]]]:
     @property
     def already_initialized_provider_configs(self) -> list[tuple[str, 
dict[str, Any]]]:
         return sorted(self._provider_configs.items(), key=lambda x: x[0])
+
+    def _cleanup(self):

Review Comment:
   This was needed to remove side-effects in some of the tests. 



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