python-requests/requests-2.28.1-tests_nonet.patch
Adam Williamson 6522c375f6 Update to 2.28.1, rediff patches
One patch replaced by a pytest -k arg (more maintainable this
way). The charset_normalizer sed isn't needed any more (and
didn't do anything any more), upstream changed that dep. Upstream
dropped the cert file in 2017 so we don't need to try and remove
it any more.
2022-07-12 14:20:31 -07:00

12 lines
382 B
Diff

--- requests-2.28.1/tests/testserver/server.py 2022-06-29 08:09:11.000000000 -0700
+++ requests-2.28.1/tests/testserver/server.py.new 2022-07-12 14:04:30.218077055 -0700
@@ -29,7 +29,7 @@
def __init__(
self,
handler=None,
- host="localhost",
+ host="127.0.0.1",
port=0,
requests_to_handle=1,
wait_to_close_event=None,