community/py3-pytest-httpbin: ssl.wrap_socket deprecated, plugin doesn't work properly
when trying to run tests for py3-httpcore-0.16.2
, there's a bunch of TLS/SSL connection has been closed (EOF)
errors, with the following message printed to stdout:
pytest-httpbin server hit an exception serving request: ssl.wrap_socket() is deprecated, use SSLContext.wrap_socket()
attempting to ignore so the rest of the tests can run
this apparently has been fixed on master, but there hasn't been a new release
Edited by Patrycja Rosa