diff --git a/setup.py b/setup.py index 1840b5ca3b0..bf885e0b597 100644 --- a/setup.py +++ b/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 'beautifulsoup4~=4.7.1', 'click==6.7', 'contextdecorator;python_version<"3.4"',