Quentin Pradet
Quentin Pradet
As suggested by @agronholm in https://github.com/elastic/elasticsearch-py/pull/3089#discussion_r2472585676
This should help me understand the code coverage issue from https://github.com/urllib3/urllib3/pull/3720#issuecomment-3612329364 better.
`test/port_helpers.py` is a copy of https://github.com/python/cpython/blob/main/Lib/test/support/socket_helper.py from CPython 3.9. We should upgrade it to a more recent version, likely Python 3.14, while keeping our own changes if relevant.
This should fix the lint, so that we can merge https://github.com/urllib3/urllib3/pull/3717.
It will tell us if we can restrict permissions even more.