======================================================================
FAIL: test_https_cert_error (tests.http_tests.HttpsCertificateTestCase.test_https_cert_error)
Test if http.fetch respects disabled ssl certificate validation.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/pywikibot/pywikibot/tests/http_tests.py", line 118, in test_https_cert_error
self.assertIn('InsecureRequestWarning',
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
[w.category.__name__ for w in warning_log])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'InsecureRequestWarning' not found in []Probablly urllib3 or requests does not support it yet.