From a4dab3cc36dd112ede995866c3715715f1dffa28 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Fri, 22 May 2020 23:16:33 +0530 Subject: [PATCH] tests: functional: Add pytest-xdist to install.sh pytest-xdist is a dependency for parallel execution of functional tests. --- plinth/tests/functional/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/tests/functional/install.sh b/plinth/tests/functional/install.sh index cc49c5b62..a2355a755 100755 --- a/plinth/tests/functional/install.sh +++ b/plinth/tests/functional/install.sh @@ -8,7 +8,7 @@ sudo apt-get install -yq --no-install-recommends \ python3-pip firefox smbclient\ xvfb pip3 install wheel -pip3 install splinter pytest-splinter pytest-bdd pytest-xvfb +pip3 install splinter pytest-splinter pytest-bdd pytest-xvfb pytest-xdist echo "Installing geckodriver" (