This is an automated email from the ASF dual-hosted git repository.
jasonliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 76abfd5ee22 modified command in breeze readme (#62173)
76abfd5ee22 is described below
commit 76abfd5ee22fec6fef9db18a4e14fcb9117de6d3
Author: jj.lee <[email protected]>
AuthorDate: Fri Feb 20 00:43:56 2026 +0900
modified command in breeze readme (#62173)
---
dev/breeze/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/breeze/README.md b/dev/breeze/README.md
index 0e8ecffe1bf..403408215d9 100644
--- a/dev/breeze/README.md
+++ b/dev/breeze/README.md
@@ -136,7 +136,7 @@ The integration tests for Breeze are located in
`dev/breeze/integration_tests` d
They are skipped by default, but you can run them with `integration_tests`
marker
```shell
-uv pytest -m integration_tests
+uv run pytest -m integration_tests
```
In CI environment (when `CI` environment variable is set) some of the tests
are skipped and some of them