-
Notifications
You must be signed in to change notification settings - Fork 18
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
[TS-171] pylint: Module 'http.server' has no 'ThreadingHTTPServer' member #98
Comments
Internal ticket created : TS-171 |
Hello @mirabilos Thanks for reporting this. Are you still experiencing the same behavior? Kind regards, |
Yes, it shows still up https://github.com/tarent/jensjs/security/code-scanning/671, together with even more error messages that are not even errors |
Hello @mirabilos, I've made some tests with http.server and ThreadingHTTPServer is not returning any error since we bumped Pylint to a recent version (not the latest one yet but we'll do that very soon). But, either way, you're completely right. According to the docs, ThreadingHTTPServer is part of http.server since Python3.7. Can you take some of your time and test if you still have this error? Thanks in advance for your help. Kind regards, |
Ah, unfortunately it seems I cannot retest this, as it fails to run nowadays:
I think this is because too many test utilities run, or something. |
Ah hmm. https://docs.codacy.com/repositories-configure/codacy-configuration-file/#legacy-pylint-19 says to disable pylint and rely on pylintpython3. Which is what I want, actually. |
cf. codacy/codacy-analysis-cli-action#98 (comment) This reverts commit 01654be.
However, this…
… does not disable either ☹☹☹ |
Erm, it does. That’s what I run.
The text was updated successfully, but these errors were encountered: