feluelle commented on a change in pull request #6659: [AIRFLOW-6063] Remove astroid dependency URL: https://github.com/apache/airflow/pull/6659#discussion_r350679751
########## File path: setup.py ########## @@ -277,7 +277,6 @@ def write_version(filename: str = os.path.join(*["airflow", "git_version"])): # DEPENDENCIES_EPOCH_NUMBER in the Dockerfile ############################################################################################################ devel = [ - 'astroid~=2.2.5', # to be removed after pylint solves this: https://github.com/PyCQA/pylint/issues/3123 Review comment: I wanted to create a separate PR for that due to a huge amount of changes when upgrading pylint to >= 2.4 ---------------------------------------------------------------- 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
