File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ lto = "thin"
9090git = " https://github.com/microsoft/vcpkg"
9191# The revision of the vcpkg repository to use
9292# https://github.com/microsoft/vcpkg/tags
93- rev = " 2024.02.14 "
93+ rev = " 2025.09.17 "
9494
9595[package .metadata .vcpkg .target ]
9696x86_64-pc-windows-msvc = { triplet = " x64-windows-static-md" , dev-dependencies = [" openssl" ] }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def pytest_sessionfinish(session):
4141
4242
4343# From https://gist.github.com/butla/2d9a4c0f35ea47b7452156c96a4e7b12
44- def wait_for_port (port , host = "0.0.0.0 " , timeout = 5.0 ):
44+ def wait_for_port (port , host = "localhost " , timeout = 5.0 ):
4545 """Wait until a port starts accepting TCP connections.
4646 Args:
4747 port (int): Port number.
@@ -94,7 +94,7 @@ def wdriver(request):
9494 options .add_argument ("-headless" )
9595 driver = Driver (options = options )
9696 try :
97- driver .get (f"http://0.0.0.0 :{ PORT } " )
97+ driver .get (f"http://localhost :{ PORT } " )
9898 WebDriverWait (driver , 5 ).until (
9999 EC .presence_of_element_located ((By .ID , "rp_loaded" ))
100100 )
Original file line number Diff line number Diff line change 11pytest
2- selenium
2+ selenium == 4.36.0
33certifi
You can’t perform that action at this time.
0 commit comments