potiuk commented on code in PR #35421:
URL: https://github.com/apache/airflow/pull/35421#discussion_r1385255340
##########
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:
This:
```
command_to_execute = [sys.executable, "-m", "pre_commit", "run"]
```
is the command so basically this is the pre-commit installed with breeze
when you installed it with `pipx`. You might want to force-reinstall it with:
```
pipx upgrade apache-airflow-breeze
```
But we might also force upgrade for everyone to latest version of
pre-commit. Let me just do it
--
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]