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 9d678164f89 Update README link in PYTEST_FUNCTION comment to point to 
the correct documentation (#62197)
9d678164f89 is described below

commit 9d678164f89f20b6e5cbba0f21646c6f09baf03e
Author: Aaron Chen <[email protected]>
AuthorDate: Thu Feb 19 20:50:20 2026 -0800

    Update README link in PYTEST_FUNCTION comment to point to the correct 
documentation (#62197)
---
 scripts/ci/prek/check_system_tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/prek/check_system_tests.py 
b/scripts/ci/prek/check_system_tests.py
index 254979f2fc4..5b987b0794d 100755
--- a/scripts/ci/prek/check_system_tests.py
+++ b/scripts/ci/prek/check_system_tests.py
@@ -46,7 +46,7 @@ WATCHER_APPEND_INSTRUCTION_SHORT = " >> watcher()"
 PYTEST_FUNCTION = """
 from tests_common.test_utils.system_tests import get_test_run  # noqa: E402
 
-# Needed to run the example DAG with pytest (see: 
tests/system/README.md#run_via_pytest)
+# Needed to run the example DAG with pytest (see: 
contributing-docs/testing/system_tests.rst)
 test_run = get_test_run(dag)
 """
 PYTEST_FUNCTION_PATTERN = re.compile(

Reply via email to