Skip to content

Commit

Permalink
[AIRFLOW-6063] Remove astroid dependency (#6659)
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.

GitOrigin-RevId: e51e1c770dad235b3fd8fdc330e44b83df8dcc4a
  • Loading branch information
feluelle authored and Cloud Composer Team committed Sep 16, 2024
1 parent efd3f45 commit 9d07fde
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 9d07fde

Please sign in to comment.