From a84104df1ca3935e62f80f106d7623d399819f90 Mon Sep 17 00:00:00 2001 From: Piotr Wiercinski Date: Mon, 26 Feb 2024 16:05:50 +0100 Subject: [PATCH] Provisioning: Install webdriver-manager for Python3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WebDriverManager will be used to install correct version of chromedriver for WebAssembly Selenium testing. Task-number: QTBUG-122729 Change-Id: I49b61da3d8dd20b36ec6965c258a6a608ac33a63 Reviewed-by: Simo Fält --- .../qtci-linux-openSUSE-15.5-x86_64/08-pythondev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/provisioning/qtci-linux-openSUSE-15.5-x86_64/08-pythondev.sh b/coin/provisioning/qtci-linux-openSUSE-15.5-x86_64/08-pythondev.sh index 242a52310eb..82101c9ba91 100755 --- a/coin/provisioning/qtci-linux-openSUSE-15.5-x86_64/08-pythondev.sh +++ b/coin/provisioning/qtci-linux-openSUSE-15.5-x86_64/08-pythondev.sh @@ -13,6 +13,6 @@ sudo zypper -nq install python-devel python-xml # install python3 sudo zypper -nq install python311-base python311-devel python311-pip python311-virtualenv python311-wheel -python3.11 -m pip install selenium netifaces scache +python3.11 -m pip install selenium netifaces scache webdriver-manager SetEnvVar "PYTHON3_EXECUTABLE" "/usr/bin/python3.11"