You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/11/25 21:28:55 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #6659: [AIRFLOW-6063] Remove astroid dependency

potiuk commented on a change in pull request #6659: [AIRFLOW-6063] Remove astroid dependency
URL: https://github.com/apache/airflow/pull/6659#discussion_r350431657
 
 

 ##########
 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 think we can also remove the pylint limit below (same reason) and then we can finally disable module-level docstrings :)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services