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


##########
devel-common/src/tests_common/pytest_plugin.py:
##########
@@ -209,6 +209,17 @@ def _calculate_provider_deps_hash():
 
 os.environ["AIRFLOW__CORE__ALLOWED_DESERIALIZATION_CLASSES"] = 
"airflow.*\nunit.*\n"
 os.environ["AIRFLOW__CORE__PLUGINS_FOLDER"] = 
os.fspath(AIRFLOW_CORE_TESTS_PATH / "unit" / "plugins")
+
+if os.environ.get("_AIRFLOW_SKIP_DB_TESTS", "false") == "true":

Review Comment:
   @potiuk -> self comment - this should be extracted to a separate commit as 
this and next one improve plugins manager behaviour in non-db 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