This request is superseded by
request 1195775
(Show diff)
Overview
Request 1195614 superseded
Initial Package
- Created by mbelur
- In state superseded
- 12 package maintainers
- Supersedes 1195593
- Superseded by 1195775
Loading...
author
source maintainer
I enabled checks but I ran into these errors:
python3.11 -m mypy requests-stubs/ requests-stubs/sessions.pyi:81: error: Name "_auth.AuthBase" is not defined [name-defined] requests-stubs/models.pyi:2: error: Module "_typeshed" has no attribute "MaybeNone" [attr-defined] requests-stubs/models.pyi:16: error: Module has no attribute "HTTPBasicAuth" [attr-defined]
I'm not sure if running the tests with --disable-error-code=name-defined --disable-error-code=attr-defined is ok.
Login required, please
login
in order to comment
Is there a reason you couldn't fix the tests instead of disabling the error?
Let me look into this.. there might be mypy version incompatibility...I may have to switch to an older version of types-requests
A new request submitted 1195775 with no tests disabled.