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

Disable failing pylint checks #131

Merged
merged 2 commits into from
May 23, 2024
Merged

Conversation

rbrazinskas
Copy link
Contributor

There has been a recent regression in astroid module (since version 3.2.0, most likely related to changes in igetattr method). It causes our CI workflows runs to fail, because pylint fails to infer the correct type of some variables.

astroid is a transitive dependency (pytest-pylint <- pylint <- astroid). Versions of transitive dependencies are not pinned in the project configuration, which allowed astroid regression to break the CI.

pylint checks should be re-enabled once astroid bug pylint-dev/astroid#2448 gets fixed.

There has been a recent regression in astroid module (since version 3.2.0, most likely related to changes in igetattr method). It causes our CI workflows runs to fail. astroid is a transitive dependency (pytest-pylint <- pylint <- astroid). Versions of transitive dependencies are not pinned in the project configuration, which allowed astroid regression to break the CI.

pylint checks should be re-enabled once astroid bug pylint-dev/astroid#2448 gets fixed.
@rbrazinskas rbrazinskas merged commit 38eadfd into main May 23, 2024
10 checks passed
@rbrazinskas rbrazinskas deleted the fix-failing-ci-workflow-run branch May 23, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants