tests: functional: Add pytest-xdist to install.sh

pytest-xdist is a dependency for parallel execution of functional tests.
This commit is contained in:
Joseph Nuthalapati 2020-05-22 23:16:33 +05:30
parent 63ab11143a
commit a4dab3cc36
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -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"
(