From 5971ace116fc08ead81a5136f984d0dbcb12d403 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Fri, 21 Aug 2020 23:27:58 +0530 Subject: [PATCH] functional-tests: splinter 0.14.0 is in PyPI Signed-off-by: Joseph Nuthalapati Reviewed-by: Sunil Mohan Adapa --- plinth/tests/functional/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plinth/tests/functional/install.sh b/plinth/tests/functional/install.sh index 8903fb540..6aaba28ca 100755 --- a/plinth/tests/functional/install.sh +++ b/plinth/tests/functional/install.sh @@ -8,8 +8,7 @@ sudo apt-get install -yq --no-install-recommends \ python3-pip firefox-esr smbclient\ xvfb pip3 install wheel -pip3 install git+https://github.com/cobrateam/splinter.git@0.14.0 -pip3 install pytest-splinter pytest-bdd pytest-xvfb pytest-xdist +pip3 install splinter pytest-splinter pytest-bdd pytest-xvfb pytest-xdist echo "Installing geckodriver" (