This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 319f5cd9ad1 [v3-1-test] Revert "fix(breeze): use prek from Breeze
Python instead of system PATH (#62309)" (#62332) (#62333)
319f5cd9ad1 is described below
commit 319f5cd9ad13864209ac04af7e1b1886ed5652e5
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 22 21:52:02 2026 +0100
[v3-1-test] Revert "fix(breeze): use prek from Breeze Python instead of
system PATH (#62309)" (#62332) (#62333)
This reverts commit b4be3e5b5fdcde5d19aa6f1447d1c7935a9be3d0.
(cherry picked from commit 4ea12a642753ac912b01467403e25f6276ef5878)
Co-authored-by: Jens Scheffler <[email protected]>
---
dev/breeze/src/airflow_breeze/utils/run_utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/breeze/src/airflow_breeze/utils/run_utils.py
b/dev/breeze/src/airflow_breeze/utils/run_utils.py
index 482cd6e49d1..a1dd479bfd3 100644
--- a/dev/breeze/src/airflow_breeze/utils/run_utils.py
+++ b/dev/breeze/src/airflow_breeze/utils/run_utils.py
@@ -222,7 +222,7 @@ def assert_prek_installed():
need_to_reinstall_prek = False
try:
command_result = run_command(
- [python_executable, "-m", "prek", "--version"],
+ ["prek", "--version"],
capture_output=True,
text=True,
check=False,