jscheffl commented on code in PR #46871:
URL: https://github.com/apache/airflow/pull/46871#discussion_r1960667505


##########
dev/breeze/src/airflow_breeze/utils/run_tests.py:
##########
@@ -220,12 +222,18 @@ def get_excluded_provider_args(python_version: str) -> 
list[str]:
 
 
 def find_all_other_tests() -> list[str]:
-    all_named_test_folders = 
list(chain.from_iterable(TEST_TYPE_CORE_MAP_TO_PYTEST_ARGS.values()))
-    
all_named_test_folders.extend(TEST_GROUP_TO_TEST_FOLDERS[GroupOfTests.PROVIDERS])
-    
all_named_test_folders.extend(TEST_GROUP_TO_TEST_FOLDERS[GroupOfTests.TASK_SDK])
-    
all_named_test_folders.extend(TEST_GROUP_TO_TEST_FOLDERS[GroupOfTests.HELM])
-    
all_named_test_folders.extend(TEST_GROUP_TO_TEST_FOLDERS[GroupOfTests.INTEGRATION_CORE])
-    
all_named_test_folders.extend(TEST_GROUP_TO_TEST_FOLDERS[GroupOfTests.INTEGRATION_PROVIDERS])
+    all_named_test_folders = list(chain.from_iterable(

Review Comment:
   This also seems like a mis-configured ruff?



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