-
Notifications
You must be signed in to change notification settings - Fork 343
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
Avocado lint check is not working on python3.12 #5957
Labels
Comments
|
richtja
added a commit
to richtja/avocado
that referenced
this issue
Jun 17, 2024
This will update the pylint to version 3.0.0 without enabling any new checks. This is needed because, the pylint 2.17.2 is not compatible with python3.12 Reference: avocado-framework#5957 Signed-off-by: Jan Richter <[email protected]>
Merged
richtja
added a commit
to richtja/avocado
that referenced
this issue
Jul 8, 2024
This will update the pylint to version 3.0.0 without enabling any new checks. This is needed because, the pylint 2.17.2 is not compatible with python3.12 Reference: avocado-framework#5957 Signed-off-by: Jan Richter <[email protected]>
richtja
added a commit
to richtja/avocado
that referenced
this issue
Jul 10, 2024
This will update the pylint to version 3.0.0 without enabling any new checks. This is needed because, the pylint 2.17.2 is not compatible with python3.12 Reference: avocado-framework#5957 Signed-off-by: Jan Richter <[email protected]>
richtja
added a commit
to richtja/avocado-static-checks
that referenced
this issue
Jul 22, 2024
This will update the pylint to version 3.0.0. This is needed because, the pylint 2.17.2 is not compatible with python3.12 Reference: avocado-framework/avocado#5957 Signed-off-by: Jan Richter <[email protected]>
Closing as fixed in #5959 |
github-project-automation
bot
moved this from In progress
to Done 107
in Default project
Jul 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When you run
./selftests/lint.sh
on python3.12 with dev installation the test will error withastroid.exceptions.AstroidError
.Steps to reproduce
in python3.12 environment:
Expected behavior
The test would pass.
Current behavior
System information (please complete the following information):
mater
The text was updated successfully, but these errors were encountered: