]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Drop unecessary host="localhost" in https_server fixture to fix CI build (#1367)
authorFlorimond Manca <florimond.manca@gmail.com>
Sat, 24 Oct 2020 21:25:31 +0000 (23:25 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Oct 2020 21:25:31 +0000 (23:25 +0200)
tests/conftest.py

index 7c32cec19835a70ec0188eff481d3928f46daf9a..12db1b0bb2ad8523bc2420db39ee9502927ad778 100644 (file)
@@ -300,7 +300,6 @@ def https_server(cert_pem_file, cert_private_key_file):
         lifespan="off",
         ssl_certfile=cert_pem_file,
         ssl_keyfile=cert_private_key_file,
-        host="localhost",
         port=8001,
         loop="asyncio",
     )