tests/eventstreams_tests.py:14: in <module>
from pywikibot.comms.eventstreams import EventStreams, EventSource
pywikibot/comms/eventstreams.py:25: in <module>
from requests.packages.urllib3.response import httplib
E ImportError: cannot import name 'httplib'This is strange because the current code is
from requests.packages.urllib3.util.response import httplib
See also T267762