-
Notifications
You must be signed in to change notification settings - Fork 174
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
[1.8.0 and above] prospector failed to lint on a specific python file #667
Comments
I'm on 1.12.0 and the same issue is happening here. It seems all my test files are being ignored (it was not before though). Already tried --test-warnings, no success. |
I just tested and I got the following result:
Then I don't understand this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using prospector 1.7.0 and lint this file:
https://github.com/opensearch-project/opensearch-build/blob/76a1313c10ecfeb3ee628605ef09cd5c8c526e1a/tests/tests_report_workflow/test_test_report_runner.py
The lint is successful with several issues reported:
However, ever since 1.8.0 version this particular file cannot be lint:
I am so confused of why this is happening, you can clone the repo with that commit I listed above, and try to run the prospector command. Everything seems fail and only pyright (if you enable) would act normally.
Here is profile:
Thanks.
The text was updated successfully, but these errors were encountered: