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

Upgrade pylint due to failures #664

Closed
mcdoker18 opened this issue Dec 18, 2018 · 0 comments
Closed

Upgrade pylint due to failures #664

mcdoker18 opened this issue Dec 18, 2018 · 0 comments
Assignees
Labels
bug [Fixed] for any bug fixes. CI/CD/tests
Milestone

Comments

@mcdoker18
Copy link
Contributor

Job: https://cc.epm.kharlamov.biz/jenkins/job/Build_Legion_Artifacts/1370/consoleFull
Example of errors:

[Run Python code analyzers] + TERM=linux pylint --persistent=n legion
[Run Python code analyzers] Traceback (most recent call last):
[Run Python code analyzers]   File "/usr/local/bin/pylint", line 11, in <module>
[Run Python code analyzers]     sys.exit(run_pylint())
[Run Python code analyzers]   File "/usr/local/lib/python3.6/site-packages/pylint/__init__.py", line 13, in run_pylint
[Run Python code analyzers]     Run(sys.argv[1:])
[Run Python code analyzers]   File "/usr/local/lib/python3.6/site-packages/pylint/lint.py", line 1300, in __init__
[Run Python code analyzers]     linter.check(args)
[Run Python code analyzers]   File "/usr/local/lib/python3.6/site-packages/pylint/lint.py", line 726, in check
[Run Python code analyzers]     self._do_check(files_or_modules)
[Run Python code analyzers]   File "/usr/local/lib/python3.6/site-packages/pylint/lint.py", line 855, in _do_check
[Run Python code analyzers]     self.check_astroid_module(ast_node, walker, rawcheckers, tokencheckers)
[Run Python code analyzers]   File "/usr/local/lib/python3.6/site-packages/pylint/lint.py", line 934, in check_astroid_module
[Run Python code analyzers]     walker.walk(ast_node)
[Run Python code analyzers]   File "/usr/local/lib/python3.6/site-packages/pylint/utils.py", line 973, in walk
[Run Python code analyzers]     self.walk(child)
[Run Python code analyzers]   File "/usr/local/lib/python3.6/site-packages/pylint/utils.py", line 970, in walk
[Run Python code analyzers]     cb(astroid)
[Run Python code analyzers]   File "/usr/local/lib/python3.6/site-packages/pylint/checkers/variables.py", line 1153, in visit_importfrom
[Run Python code analyzers]     self._check_module_attrs(node, module, name.split('.'))
[Run Python code analyzers]   File "/usr/local/lib/python3.6/site-packages/pylint/checkers/variables.py", line 1218, in _check_module_attrs
[Run Python code analyzers]     if module is astroid.YES:
[Run Python code analyzers] AttributeError: module 'astroid' has no attribute 'YES'
@mcdoker18 mcdoker18 added this to the 0.10.0 milestone Dec 18, 2018
@mcdoker18 mcdoker18 self-assigned this Dec 18, 2018
mcdoker18 added a commit that referenced this issue Dec 18, 2018
@kirillmakhonin kirillmakhonin added the bug [Fixed] for any bug fixes. label Dec 18, 2018
mcdoker18 added a commit that referenced this issue Dec 18, 2018
mcdoker18 added a commit that referenced this issue Dec 18, 2018
mcdoker18 added a commit that referenced this issue Dec 18, 2018
mcdoker18 added a commit that referenced this issue Dec 18, 2018
mcdoker18 added a commit that referenced this issue Dec 19, 2018
mcdoker18 added a commit that referenced this issue Dec 20, 2018
@dsuslov dsuslov removed the 0.10.0 label Dec 20, 2018
mcdoker18 added a commit that referenced this issue Dec 20, 2018
mcdoker18 added a commit that referenced this issue Dec 21, 2018
mcdoker18 added a commit that referenced this issue Dec 21, 2018
mcdoker18 added a commit that referenced this issue Dec 21, 2018
mcdoker18 added a commit that referenced this issue Dec 21, 2018
mcdoker18 added a commit that referenced this issue Dec 21, 2018
mcdoker18 added a commit that referenced this issue Dec 21, 2018
dsuslov pushed a commit that referenced this issue Dec 21, 2018
@dsuslov dsuslov closed this as completed Dec 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [Fixed] for any bug fixes. CI/CD/tests
Projects
None yet
Development

No branches or pull requests

3 participants