turbaszek commented on a change in pull request #12548:
URL: https://github.com/apache/airflow/pull/12548#discussion_r528338590



##########
File path: setup.py
##########
@@ -811,11 +812,6 @@ def is_package_excluded(package: str, exclusion_list: 
List[str]):
     return any(package.startswith(excluded_package) for excluded_package in 
exclusion_list)
 
 
-devel_all = [
-    package
-    for package in devel_all
-    if not is_package_excluded(package=package, 
exclusion_list=PACKAGES_EXCLUDED_FOR_ALL)
-]

Review comment:
       If we remove the "snakebite if" then `PACKAGES_EXCLUDED_FOR_ALL` is 
empty so this line do no changes, so we should probably remove it?




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

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


Reply via email to