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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to