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


##########
dev/breeze/tests/test_selective_checks.py:
##########
@@ -341,7 +341,7 @@ def assert_outputs_are_printed(expected_outputs: dict[str, 
str], stderr: str):
         ),
         (
             pytest.param(
-                ("providers/tests/apache/beam/file.py",),
+                ("providers/apache/beam/tests/file.py",),

Review Comment:
   it's becuase the providers are importing each other. Selecitve checks will 
choose all the "related" providers (i.e. those importing the changed provider) 
when some provider changes.



-- 
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