vincbeck commented on code in PR #35421:
URL: https://github.com/apache/airflow/pull/35421#discussion_r1385158833
##########
airflow/api_connexion/endpoints/forward_to_fab_endpoint.py:
##########
@@ -28,6 +30,7 @@
from airflow.api_connexion.types import APIResponse
+pytestmark = pytest.mark.db_test
Review Comment:
I get this error only when I run static-checks through Breeze. From
[this](https://github.com/Lucas-C/pre-commit-hooks/issues/83), it seems there
was a breaking change in pre-commit and they recommend using the latest version
of `pre-commit`. Do you know which version of `pre-commit` is picked by Breeze
@potiuk ?
--
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]