potiuk commented on a change in pull request #5659: [AIRFLOW-5033] Switched to 
snakebite-py3
URL: https://github.com/apache/airflow/pull/5659#discussion_r372049906
 
 

 ##########
 File path: setup.py
 ##########
 @@ -296,12 +296,7 @@ def write_version(filename: str = 
os.path.join(*["airflow", "git_version"])):
              druid + pinot + segment + snowflake + elasticsearch +
              atlas + azure + aws + salesforce + cgroups + papermill + 
virtualenv)
 
-# Snakebite & Google Cloud Dataflow are not Python 3 compatible :'(
-if PY3:
-    devel_ci = [package for package in devel_all if package not in
-                ['snakebite>=2.7.8', 'snakebite[kerberos]>=2.7.8']]
-else:
-    devel_ci = devel_all
+devel_ci = devel_all
 
 Review comment:
   Dropped.

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


With regards,
Apache Git Services

Reply via email to