configure strict pytest#442
Conversation
|
a remake of #364 |
|
Thanks @graingert! |
|
Hrrrmm... I think the warnings that I'm seeing here may be unclosed resources from the (I guess I could be wrong, but I'm seeing the proper socket closes when digging through the codebase.) |
|
Related - Ideally I'd rather replace our usage of a package based fixture here, with a plain ol' bit of socket code. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
| ignore:ssl\.wrap_socket\(\) is deprecated, use SSLContext\.wrap_socket\(\):DeprecationWarning | ||
| ignore:ssl\.PROTOCOL_TLS is deprecated:DeprecationWarning |
There was a problem hiding this comment.
lovelydinosaur
left a comment
There was a problem hiding this comment.
Good work on getting this to a resolution. Thanks!
* Add a link to upstream changelogs * Update optdepends per namcap errors * Drop the hack for pytest-cov, which is no longer used [1] * Don't treat warnings as errors. That is introduced in [2] and causes issues like [3]. [1] encode/httpcore#218 [2] encode/httpcore#442 [3] encode/httpcore#548 git-svn-id: file:///srv/repos/svn-community/svn@1207757 9fca08f4-af9d-4005-b8df-a31f2cc04f65
* Add a link to upstream changelogs * Update optdepends per namcap errors * Drop the hack for pytest-cov, which is no longer used [1] * Don't treat warnings as errors. That is introduced in [2] and causes issues like [3]. [1] encode/httpcore#218 [2] encode/httpcore#442 [3] encode/httpcore#548 git-svn-id: file:///srv/repos/svn-community/svn@1207757 9fca08f4-af9d-4005-b8df-a31f2cc04f65
No description provided.