Closed
Description
I get some warnings about unclosed SSL socket, looks like:
...
.../utilities/test_utils.py:110: in __exit__
self.vcr_mock.__exit__(exc_type, exc_val, exc_tb)
site-packages/vcr/cassette.py:105: in __exit__
next(self.__finish, None)
site-packages/vcr/cassette.py:65: in _patch_generator
with contextlib.ExitStack() as exit_stack:
/usr/local/lib/python3.10/contextlib.py:561: in __exit__
if cb(*exc_details):
site-packages/vcr/patch.py:402: in __exit__
connection = pool.pool.get()
/usr/local/lib/python3.10/warnings.py:109: in _showwarnmsg
sw(msg.message, msg.category, msg.filename, msg.lineno,
.../settings/warning_handler.py:47: in __call__
frames = traceback.extract_stack()
WARNING from "test_sdk_client.py" in test_get_category_by_key():
"/usr/local/lib/python3.10/contextlib.py ResourceWarning: unclosed <ssl.SSLSocket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=...>"
Any advise to fix that?