potiuk commented on code in PR #62928:
URL: https://github.com/apache/airflow/pull/62928#discussion_r2890298227


##########
AGENTS.md:
##########
@@ -77,6 +77,7 @@ UV workspace monorepo. Key paths:
 - Use `@pytest.mark.parametrize` for multiple similar inputs.
 - Test fixtures: `devel-common/src/tests_common/pytest_plugin.py`.
 - Test location mirrors source: `airflow/cli/cli_parser.py` → 
`tests/cli/test_cli_parser.py`.
+- When you run tests during development us the pattern 'cd <distribution where 
pyproject.toml is located> && uv run pytest <relative path>' to ensure the 
correct environment and dependencies are used.

Review Comment:
   I also added fallback to using breeze in case system dependencies are 
missing.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to