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


##########
dev/breeze/src/airflow_breeze/commands/testing_commands.py:
##########
@@ -877,8 +877,16 @@ def _run_test_command(
         )
     else:
         if shell_params.test_type == "Default":
-            if any([arg.startswith("tests") for arg in extra_pytest_args]):
+            if any(
+                [
+                    arg.startswith("tests/")
+                    or arg.startswith("providers/tests/")
+                    or arg.startswith("task_sdk/tests/")

Review Comment:
   aaaaa... Right iit's the "--test-type system that should be removed from 
your call. I think that should help - and the refactor we need to do should 
help there as well - we shoudl remove some of the old test types that are not 
used any more



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