Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pylint #19

Merged

Conversation

KostyaEsmukov
Copy link
Member

The current master fails in CI on the lint stage with the following error (https://travis-ci.org/rambler-digital-solutions/airflow-declarative/jobs/548387138):

...
  File "/home/travis/build/rambler-digital-solutions/airflow-declarative/.tox/lint/lib/python3.6/site-packages/pylint/checkers/variables.py", line 1360, in visit_import
    module = next(node.infer_name_module(parts[0]))
AttributeError: 'Import' object has no attribute 'infer_name_module'

Apparently this is caused by an updated astroid version (which pylint depends on) and is fixed in the newer versions of pylint: pylint-dev/astroid#649

@KostyaEsmukov KostyaEsmukov merged commit d6affc0 into rambler-digital-solutions:master Jun 20, 2019
@KostyaEsmukov KostyaEsmukov deleted the update-pylint branch June 20, 2019 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant