Skip to content

Commit

Permalink
[AIRFLOW-6063] Remove astroid dependency
Browse files Browse the repository at this point in the history
Note this dependency was only meant to temporarily fix an issue with pylint and astroid.
See pylint-dev/pylint#3123 for more information.
  • Loading branch information
feluelle committed Nov 25, 2019
1 parent 27ce7bd commit 57c2ef9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
'beautifulsoup4~=4.7.1',
'click==6.7',
'contextdecorator;python_version<"3.4"',
Expand Down

0 comments on commit 57c2ef9

Please sign in to comment.