amoghrajesh commented on code in PR #70230:
URL: https://github.com/apache/airflow/pull/70230#discussion_r3629882669
##########
dev/breeze/tests/test_selective_checks.py:
##########
@@ -2028,6 +2028,37 @@ def test_full_test_needed_when_scripts_changes(files:
tuple[str, ...], expected_
assert_outputs_are_printed(expected_outputs, str(stderr))
[email protected](
+ ("files",),
+ [
+ pytest.param(
+ ("scripts/ci/prek/check_provider_yaml_files.py",),
+ id="provider yaml check script changed",
+ ),
+ pytest.param(
+ ("providers/.pre-commit-config.yaml",),
+ id="providers prek config changed",
+ ),
+ pytest.param(
+ (
+ "scripts/ci/prek/check_provider_yaml_files.py",
+ "providers/.pre-commit-config.yaml",
+ ),
+ id="provider yaml check script and providers prek config changed
together",
+ ),
+ ],
Review Comment:
Just to be clear, in this case, it should run yes?
--
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]