mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
tests: functional: Add pytest-xdist to install.sh
pytest-xdist is a dependency for parallel execution of functional tests.
This commit is contained in:
parent
63ab11143a
commit
a4dab3cc36
@ -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"
|
||||
(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user