urlopen() call loads the tls module even if its not loaded. This happens only on python 3.10 and newer. (not on 3.9). I was wondering if it has anything to do with ...
pytest-urllib3 A pytest plugin to mock urllib3 requests, inspired by pytest-httpx. Once installed, urllib3_mockpytest fixture will make sure every urllib3 request will be replied to with user provided ...