Skip to content

Commit 89f460d

Browse files
committed
webdriver: Add missing urllib3 dependency
Add the missing urllib3 dependency to the list of requirements needed to run Selenium and W3C tests. This should fix errors like the following: https://github.com/Igalia/wpe-android/actions/runs/14041836539/job/39334480607#step:9:16
1 parent ea1e149 commit 89f460d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/scripts/webkitpy/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ pytest_timeout==2.1.0
55
pytest_asyncio==0.18.3
66
requests==2.24
77
websockets==8.1
8+
urllib3==2.3

0 commit comments

Comments
 (0)