This is an automated email from the ASF dual-hosted git repository.

jscheffl 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 669b2e0e17f docs: fix typo in breeze shell command (#48733)
669b2e0e17f is described below

commit 669b2e0e17fbda1b51bcc9d2e6df3050d2848925
Author: Kacper Muda <[email protected]>
AuthorDate: Mon Apr 7 21:24:51 2025 +0200

    docs: fix typo in breeze shell command (#48733)
---
 contributing-docs/testing/unit_tests.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contributing-docs/testing/unit_tests.rst 
b/contributing-docs/testing/unit_tests.rst
index 69e38cf38ae..c0fc95ef930 100644
--- a/contributing-docs/testing/unit_tests.rst
+++ b/contributing-docs/testing/unit_tests.rst
@@ -1248,7 +1248,7 @@ running the tests from there:
 
 .. code-block:: bash
 
-    breeze shell --force-lowest-dependencies --test-type "Core"
+    breeze shell --force-lowest-dependencies
 
 
 The way it works - when you run the breeze with 
``--force-lowest-dependencies`` flag, breeze will use
@@ -1283,7 +1283,7 @@ running the tests from there:
 
 .. code-block:: bash
 
-    breeze shell --force-lowest-dependencies --test-type 
"Providers[PROVIDER_ID]"
+    breeze shell --force-lowest-dependencies
 
 Similarly as in case of "Core" tests, the dependencies will be downgraded to 
the lowest version that is
 compatible with the dependencies specified in the provider dependencies and 
you will see the list of

Reply via email to